fix: renumber worktree merge history migrations

This commit is contained in:
dotta 2026-03-20 17:23:45 -05:00
parent ae6aac044d
commit d47ec56eca
12 changed files with 215 additions and 136 deletions

View file

@ -0,0 +1 @@
ALTER TABLE "instance_settings" ADD COLUMN IF NOT EXISTS "general" jsonb DEFAULT '{}'::jsonb NOT NULL;