chore(08-01): add Drizzle migration snapshot for TypeScript-only schema change

- Create drizzle/0006_type_discriminant.sql (empty SQL - no DDL required)
- Create drizzle/meta/0006_snapshot.json (identical DDL state to 0005)
- Update drizzle/meta/_journal.json to include 0006_type_discriminant entry
- Note: db:migrate skipped (DB unavailable); migration is a no-op placeholder
This commit is contained in:
Chandler Copeland
2026-03-21 11:48:22 -06:00
parent 2dd1b6101f
commit b5f8b62dc5
3 changed files with 463 additions and 0 deletions

View File

@@ -43,6 +43,13 @@
"when": 1774027394708,
"tag": "0005_signing_flow",
"breakpoints": true
},
{
"idx": 6,
"version": "7",
"when": 1774115178000,
"tag": "0006_type_discriminant",
"breakpoints": true
}
]
}