- Generated via drizzle-kit generate from updated schema.ts - SQL is additive-only: CREATE TABLE app_config + ALTER TABLE ADD COLUMN (3x) + ADD CONSTRAINT UNIQUE - Applied to live dev MariaDB via direct SQL execution (drizzle-kit migrate journal hash mismatch with legacy migration tracking; DDL applied + hash recorded in __drizzle_migrations manually) - Verified: MIGRATION OK via live DB SHOW COLUMNS / SHOW TABLES query - No DROP/TRUNCATE statements in generated SQL (grep returns 0)
20 lines
343 B
JSON
20 lines
343 B
JSON
{
|
|
"version": "7",
|
|
"dialect": "mysql",
|
|
"entries": [
|
|
{
|
|
"idx": 0,
|
|
"version": "5",
|
|
"when": 1781202409890,
|
|
"tag": "0000_baseline",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 1,
|
|
"version": "5",
|
|
"when": 1781374816375,
|
|
"tag": "0001_famous_mad_thinker",
|
|
"breakpoints": true
|
|
}
|
|
]
|
|
} |