diff options
Diffstat (limited to 'migrations/2025-07-02T10-01-06_luastorage/down.sql')
| -rw-r--r-- | migrations/2025-07-02T10-01-06_luastorage/down.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/migrations/2025-07-02T10-01-06_luastorage/down.sql b/migrations/2025-07-02T10-01-06_luastorage/down.sql new file mode 100644 index 0000000..4711155 --- /dev/null +++ b/migrations/2025-07-02T10-01-06_luastorage/down.sql @@ -0,0 +1,3 @@ +-- This file should undo anything in 'up.sql' +DROP TABLE lua_user_storage; +DROP TABLE lua_channel_storage;
\ No newline at end of file |
