This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
DricomDragon
/
PythonPostgresLab
espejo de
https://github.com/DricomDragon/PythonPostgresLab.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Add a script to remove SQL stuff
Remove database and role.
DricomDragon
hace 5 años
padre
f9cfc98ccb
commit
cf13e993b5
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
SQL/clear_all.sql
+ 3
- 0
SQL/clear_all.sql
Ver fichero
@@ -0,0 +1,3 @@
+DROP DATABASE logistics ;
+
+DROP ROLE python_app ;