Browse Source

Add a script to remove SQL stuff

Remove database and role.
DricomDragon 5 years ago
parent
commit
cf13e993b5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      SQL/clear_all.sql

+ 3 - 0
SQL/clear_all.sql

@@ -0,0 +1,3 @@
+DROP DATABASE logistics ;
+
+DROP ROLE python_app ;