core: migrate project table from JSON to structured columns for better query performance

This commit is contained in:
Dax Raad
2026-01-15 13:42:05 -05:00
parent 9f96d8aa78
commit 2c234b8d62
13 changed files with 309 additions and 180 deletions
@@ -4,7 +4,7 @@ import { Glob } from "bun"
import path from "path"
import fs from "fs"
const migrationsDir = "./drizzle"
const migrationsDir = "./migration"
const outFile = "./src/storage/migrations.generated.ts"
if (!fs.existsSync(migrationsDir)) {