candle-annotator/src/app
Marko Djordjevic 5f70f13da3 feat: migrate from SQLite to PostgreSQL - complete schema and API updates
- Remove better-sqlite3, add pg driver
- Convert schema to PostgreSQL types (serial, timestamp, boolean, jsonb)
- Generate fresh PostgreSQL migrations
- Update database connection layer with pg.Pool
- Fix all API routes: remove JSON.parse/stringify, use native timestamps and booleans
- Update drizzle.config.ts and .env.example for PostgreSQL
2026-02-17 13:43:06 +01:00
..
annotation-types feat: add annotation types management system 2026-02-12 18:17:44 +01:00
api feat: migrate from SQLite to PostgreSQL - complete schema and API updates 2026-02-17 13:43:06 +01:00
span-label-types feat: add span label types admin page with seed functionality 2026-02-14 11:12:39 +01:00
globals.css feat: redesign UI to match lovable compact sidebar layout 2026-02-16 20:50:30 +01:00
layout.tsx feat: redesign UI to match lovable compact sidebar layout 2026-02-16 20:50:30 +01:00
page.tsx feat: redesign UI to match lovable compact sidebar layout 2026-02-16 20:50:30 +01:00