From 03485ec780112a0a53ef69ea1983f977ddb1bc2f Mon Sep 17 00:00:00 2001 From: Till JS Date: Wed, 20 May 2026 16:05:13 +0200 Subject: [PATCH] fix(api): 0004_wordeck_text_only + 0005_wordeck_license_rename ins Journal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- apps/api/src/db/migrations/meta/_journal.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/apps/api/src/db/migrations/meta/_journal.json b/apps/api/src/db/migrations/meta/_journal.json index 5931801..6d96239 100644 --- a/apps/api/src/db/migrations/meta/_journal.json +++ b/apps/api/src/db/migrations/meta/_journal.json @@ -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 } ] } \ No newline at end of file