Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions packages/local-db/drizzle/0011_add_terminal_persistence.sql
Original file line number Diff line number Diff line change
@@ -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;