This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
DricomDragon
/
PythonPostgresLab
réplica de
https://github.com/DricomDragon/PythonPostgresLab.git
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Add a script to remove SQL stuff
Remove database and role.
DricomDragon
%!s(int64=5) %!d(string=hai) anos
pai
f9cfc98ccb
achega
cf13e993b5
Modificáronse 1 ficheiros
con
3 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de 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 ;