summaryrefslogtreecommitdiff
path: root/migrations/2025-07-04T09-50-32_globalcommands/down.sql
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/2025-07-04T09-50-32_globalcommands/down.sql')
-rw-r--r--migrations/2025-07-04T09-50-32_globalcommands/down.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/migrations/2025-07-04T09-50-32_globalcommands/down.sql b/migrations/2025-07-04T09-50-32_globalcommands/down.sql
new file mode 100644
index 0000000..deb876e
--- /dev/null
+++ b/migrations/2025-07-04T09-50-32_globalcommands/down.sql
@@ -0,0 +1,2 @@
+-- This file should undo anything in 'up.sql'
+ALTER TABLE custom_commands DROP COLUMN is_global; \ No newline at end of file