fix(api): 0004_wordeck_text_only + 0005_wordeck_license_rename ins Journal
Some checks are pending
CI / validate (push) Waiting to run
Some checks are pending
CI / validate (push) Waiting to run
SQL-Files lagen seit dem Rebrand-Lift im Repo, fehlten aber in meta/_journal.json — drizzle-migrator iteriert nur Journal-Entries und hat die zwei ignoriert. Resultat: Wordeck-Rebrand-Constraints (text-only CHECK, neue License-Strings) waren auf prod nicht angewandt. Beide Migrations sind idempotent (IF EXISTS / IF NOT EXISTS), beim nächsten Container-Boot greift der migrate-Hook und führt sie aus. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
9a735d0a2b
commit
03485ec780
1 changed files with 14 additions and 0 deletions
|
|
@ -29,6 +29,20 @@
|
|||
"when": 1778712867859,
|
||||
"tag": "0003_serious_peter_parker",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 4,
|
||||
"version": "7",
|
||||
"when": 1779285000000,
|
||||
"tag": "0004_wordeck_text_only",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 5,
|
||||
"version": "7",
|
||||
"when": 1779285060000,
|
||||
"tag": "0005_wordeck_license_rename",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue