diff options
| author | Fuwn <[email protected]> | 2020-10-26 19:03:53 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-10-26 19:03:53 -0700 |
| commit | 9742614a1dc4699c1f2c69d923d402237672335d (patch) | |
| tree | a49f7d834372f37cef06b30a28ff1b40bdfaa079 /migrations/2018-06-04-185657_create_users/down.sql | |
| parent | Create README.md (diff) | |
| download | dep-core-next-9742614a1dc4699c1f2c69d923d402237672335d.tar.xz dep-core-next-9742614a1dc4699c1f2c69d923d402237672335d.zip | |
repo: push main from local to remote
Diffstat (limited to 'migrations/2018-06-04-185657_create_users/down.sql')
| -rw-r--r-- | migrations/2018-06-04-185657_create_users/down.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/migrations/2018-06-04-185657_create_users/down.sql b/migrations/2018-06-04-185657_create_users/down.sql new file mode 100644 index 0000000..9951735 --- /dev/null +++ b/migrations/2018-06-04-185657_create_users/down.sql @@ -0,0 +1 @@ +DROP TABLE users |