We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b9b6b commit b7f37f2Copy full SHA for b7f37f2
server/db/migrations/0004_add_validator_is_listed.sql
@@ -1 +1,4 @@
1
-ALTER TABLE `validators` ADD `is_listed` integer;
+-- 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