diff options
Diffstat (limited to 'backend/migrations/2021-12-18-130837_bots/down.sql')
-rw-r--r-- | backend/migrations/2021-12-18-130837_bots/down.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/migrations/2021-12-18-130837_bots/down.sql b/backend/migrations/2021-12-18-130837_bots/down.sql new file mode 100644 index 0000000..3d14604 --- /dev/null +++ b/backend/migrations/2021-12-18-130837_bots/down.sql @@ -0,0 +1,3 @@ +DROP TABLE code_bundles; +DROP INDEX bots_index; +DROP TABLE bots;
\ No newline at end of file |