Explorar el Código

Add a script to remove SQL stuff

Remove database and role.
DricomDragon hace 5 años
padre
commit
cf13e993b5
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      SQL/clear_all.sql

+ 3 - 0
SQL/clear_all.sql

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