From 03f4c2830e69fab8c6b453383409c34a42f67f50 Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 09:44:07 +0000 Subject: [PATCH] Remove orphan duplicate migration 0013_chilly_richard_fisk.sql This migration file was an orphan duplicate: - Not referenced in the Drizzle migration journal (_journal.json) - The journal's 0013 entry points to 0013_strong_vector instead - Its content (adding completed_welcome_form column) is identical to 0015_huge_stardust.sql which is the proper migration for that change --- src/db/migrations/0013_chilly_richard_fisk.sql | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 src/db/migrations/0013_chilly_richard_fisk.sql diff --git a/src/db/migrations/0013_chilly_richard_fisk.sql b/src/db/migrations/0013_chilly_richard_fisk.sql deleted file mode 100644 index 513b52c85..000000000 --- a/src/db/migrations/0013_chilly_richard_fisk.sql +++ /dev/null @@ -1,2 +0,0 @@ -ALTER TABLE "kilocode_users" ADD COLUMN "completed_welcome_form" boolean DEFAULT false NOT NULL; -UPDATE "kilocode_users" SET "completed_welcome_form" = true; \ No newline at end of file