diff options
| author | Jokler <jokler@protonmail.com> | 2020-06-21 06:37:46 +0200 |
|---|---|---|
| committer | Jokler <jokler@protonmail.com> | 2020-06-21 06:37:46 +0200 |
| commit | e6468b012d5b33dd16992652da57f11dd5a6e82f (patch) | |
| tree | e89add440df79d4036b9b44d8c77ee6d69e67201 /migrations/2020-06-07-160636_create_user/down.sql | |
| download | joklerpoints-master.tar.gz joklerpoints-master.zip | |
Diffstat (limited to 'migrations/2020-06-07-160636_create_user/down.sql')
| -rw-r--r-- | migrations/2020-06-07-160636_create_user/down.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/migrations/2020-06-07-160636_create_user/down.sql b/migrations/2020-06-07-160636_create_user/down.sql new file mode 100644 index 0000000..5808b9c --- /dev/null +++ b/migrations/2020-06-07-160636_create_user/down.sql @@ -0,0 +1,2 @@ +DROP TABLE passwords; +DROP TABLE users; |
