8000 refactor: fix down migration · coder/coder@a26c094 · GitHub
[go: up one dir, main page]

Skip to content

Commit a26c094

Browse files
refactor: fix down migration
1 parent 4667171 commit a26c094

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
DROP TABLE IF EXISTS template_version_preset_prebuilds;
1+
ALTER TABLE template_version_presets
2+
DROP COLUMN desired_instances,
3+
DROP COLUMN invalidate_after_secs;
4+
25
DROP INDEX IF EXISTS idx_unique_preset_name;

0 commit comments

Comments
 (0)
0