This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
DricomDragon
/
PythonPostgresLab
mirror de
https://github.com/DricomDragon/PythonPostgresLab.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
Add a script to remove SQL stuff
Remove database and role.
DricomDragon
5 anos atrás
pai
f9cfc98ccb
commit
cf13e993b5
1 arquivos alterados
com
3 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
3
0
SQL/clear_all.sql
+ 3
- 0
SQL/clear_all.sql
Ver arquivo
@@ -0,0 +1,3 @@
+DROP DATABASE logistics ;
+
+DROP ROLE python_app ;