This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
DricomDragon
/
PythonPostgresLab
mirror de
https://github.com/DricomDragon/PythonPostgresLab.git
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
Add a script to remove SQL stuff
Remove database and role.
DricomDragon
há 5 anos atrás
pai
f9cfc98ccb
commit
cf13e993b5
1 ficheiros alterados
com
3 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
3
0
SQL/clear_all.sql
+ 3
- 0
SQL/clear_all.sql
Ver Ficheiro
@@ -0,0 +1,3 @@
+DROP DATABASE logistics ;
+
+DROP ROLE python_app ;