This website works better with JavaScript
Home
Explore
Help
Sign In
DricomDragon
/
PythonPostgresLab
mirror of
https://github.com/DricomDragon/PythonPostgresLab.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add a script to remove SQL stuff
Remove database and role.
DricomDragon
5 years ago
parent
f9cfc98ccb
commit
cf13e993b5
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
SQL/clear_all.sql
+ 3
- 0
SQL/clear_all.sql
View File
@@ -0,0 +1,3 @@
+DROP DATABASE logistics ;
+
+DROP ROLE python_app ;