Skip to content

Commit b7f37f2

Browse files
committed
fix(db): make 0004 migration no-op
1 parent e4b9b6b commit b7f37f2

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 +1,4 @@
1-
ALTER TABLE `validators` ADD `is_listed` integer;
1+
-- The `is_listed` column was added manually in remote D1 databases.
2+
-- Keep this as a no-op migration so deploy-time migrations don't fail
3+
-- with "duplicate column name: is_listed".
4+
SELECT 1;

0 commit comments

Comments
 (0)