8000 fix: fix fixture migration · coder/coder@f747db0 · GitHub
[go: up one dir, main page]

Skip to content

Commit f747db0

Browse files
fix: fix fixture migration
1 parent 692c0e5 commit f747db0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

coderd/database/migrations/testdata/fixtures/000303_preset_prebuilds.up.sql

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
UPDATE template_version_presets
2+
SET desired_instances = 1
3+
WHERE id = '28b42cc0-c4fe-4907-a0fe-e4d20f1e9bfe';

0 commit comments

Comments
 (0)
0