Add 'is_default' column to 'member' table and update journal and snapshot metadata for migration 0119_bouncy_morbius

This commit is contained in:
Mauricio Siu
2025-11-02 22:07:20 -06:00
parent d55e934978
commit 1dc5bbd9bd
3 changed files with 6701 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "member" ADD COLUMN "is_default" boolean DEFAULT false NOT NULL;

File diff suppressed because it is too large Load Diff

View File

@@ -800,6 +800,13 @@
"tag": "0113_complete_rafael_vega",
"breakpoints": true
},
{
"idx": 114,
"version": "7",
"when": 1759643172958,
"tag": "0114_dry_black_tom",
"breakpoints": true
},
{
"idx": 115,
"version": "7",
@@ -827,6 +834,13 @@
"when": 1761415824484,
"tag": "0118_loose_anita_blake",
"breakpoints": true
},
{
"idx": 119,
"version": "7",
"when": 1762142756443,
"tag": "0119_bouncy_morbius",
"breakpoints": true
}
]
}