diff options
Diffstat (limited to 'revert/schema.sql')
-rw-r--r-- | revert/schema.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/revert/schema.sql b/revert/schema.sql new file mode 100644 index 0000000..6308dd1 --- /dev/null +++ b/revert/schema.sql @@ -0,0 +1,7 @@ +-- Revert diary:schema from pg + +BEGIN; + +DROP SCHEMA diary; + +COMMIT; |