8000 fix: fix 000310_prebuilds.down migration · coder/coder@692c0e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 692c0e5

Browse files
fix: fix 000310_prebuilds.down migration
1 parent e189a0b commit 692c0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Revert prebuild views
22
DROP VIEW IF EXISTS workspace_prebuild_builds;
33
DROP VIEW IF EXISTS workspace_prebuilds;
4-
DROP VIEW IF EXISTS workspace_latest_build;
4+
DROP VIEW IF EXISTS workspace_latest_builds;

0 commit comments

Comments
 (0)
0