This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
DricomDragon
/
PythonPostgresLab
mirror of
https://github.com/DricomDragon/PythonPostgresLab.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Add a script to remove SQL stuff
Remove database and role.
DricomDragon
5 năm trước cách đây
mục cha
f9cfc98ccb
commit
cf13e993b5
1 tập tin đã thay đổi
với
3 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
3
0
SQL/clear_all.sql
+ 3
- 0
SQL/clear_all.sql
Xem Tập Tin
@@ -0,0 +1,3 @@
+DROP DATABASE logistics ;
+
+DROP ROLE python_app ;