This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
DricomDragon
/
PythonPostgresLab
mirror da
https://github.com/DricomDragon/PythonPostgresLab.git
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Add a script to remove SQL stuff
Remove database and role.
DricomDragon
5 anni fa
parent
f9cfc98ccb
commit
cf13e993b5
1 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
3
0
SQL/clear_all.sql
+ 3
- 0
SQL/clear_all.sql
Vedi File
@@ -0,0 +1,3 @@
+DROP DATABASE logistics ;
+
+DROP ROLE python_app ;