This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
DricomDragon
/
PythonPostgresLab
同期ミラー
https://github.com/DricomDragon/PythonPostgresLab.git
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
Add a script to remove SQL stuff
Remove database and role.
DricomDragon
5 年 前
親
f9cfc98ccb
コミット
cf13e993b5
1 ファイル変更
、
3 行追加
、
0 行削除
分割表示
差分情報を表示
3
0
SQL/clear_all.sql
+ 3
- 0
SQL/clear_all.sql
ファイルの表示
@@ -0,0 +1,3 @@
+DROP DATABASE logistics ;
+
+DROP ROLE python_app ;