refactor(db): normalize module prefix snapshot rows

Строки префиксов в module_prefix_snapshot_row вместо JSONB blobs.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-05-25 10:58:56 +07:00
co-authored by Cursor
parent 374575ec01
commit 3500bd4624
5 changed files with 138 additions and 15 deletions
@@ -0,0 +1,2 @@
ALTER TABLE module_prefix_snapshot ADD COLUMN prefixes_json TEXT NOT NULL DEFAULT '[]';
DROP TABLE IF EXISTS module_prefix_snapshot_row;