Files
homelab/packages/db/drizzle/meta/_journal.json
Julia McGhee 3288d69f9b
Some checks failed
CI / lint-and-test (push) Successful in 35s
CI / build (push) Has been cancelled
Deploy Production / deploy (push) Has been cancelled
Persist harness projects to database
Projects were stored purely in useState — lost on every page refresh.
- Add harness_projects table (id, name, workspaces jsonb)
- Add /api/projects CRUD route (GET/POST/PUT/DELETE)
- Load projects from DB on dashboard mount
- All project mutations (create, delete, add/remove repo) now
  persist via API calls
2026-03-22 11:28:24 +00:00

27 lines
493 B
JSON

{
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "7",
"when": 1774124029586,
"tag": "0000_sparkling_gressill",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1774127485727,
"tag": "0001_stale_pride",
"breakpoints": true
},
{
"idx": 2,
"version": "7",
"when": 1774178806032,
"tag": "0002_cold_annihilus",
"breakpoints": true
}
]
}