diff --git a/packages/local-db/drizzle/0011_add_terminal_persistence.sql b/packages/local-db/drizzle/0011_add_terminal_persistence.sql index 9a46f01952d..f7a72f4db84 100644 --- a/packages/local-db/drizzle/0011_add_terminal_persistence.sql +++ b/packages/local-db/drizzle/0011_add_terminal_persistence.sql @@ -1,6 +1 @@ --- Drop the column if it exists (to make migration idempotent for prod fix) --- This handles cases where the column was partially added in previous migration attempts -ALTER TABLE `settings` DROP COLUMN `terminal_persistence`; ---> statement-breakpoint --- Add the column ALTER TABLE `settings` ADD `terminal_persistence` integer; \ No newline at end of file