Database: Adapt to changes for examples in WLNS

This commit is contained in:
2026-04-20 15:05:57 +02:00
parent a852dbb242
commit 2b3c293730
4 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
-- schema version 38 to 39
PRAGMA writable_schema = ON;
UPDATE sqlite_schema SET sql = REPLACE(sql, '{2,}', '{2,64}')
WHERE type = 'table' AND name = 'member_email_address';
PRAGMA writable_schema = OFF;
UPDATE wb_gem SET hkid = 'WLLB' WHERE gkz IN (10710, 10723);