candle-annotator/src
Marko Djordjevic 633a76876f Add user_id FK column to charts, annotations, annotation_types, span_annotations, span_label_types
Adds nullable uuid user_id column referencing users.id to each of the 5
data tables. Column is nullable for now to allow the data migration
script (task 2.5) to backfill existing rows before enforcing NOT NULL.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 09:47:30 +01:00
..
app Fix predict proxy schema and error messages 2026-02-18 23:38:17 +01:00
components Handle no-model 503 as online 2026-02-18 23:34:00 +01:00
lib Add user_id FK column to charts, annotations, annotation_types, span_annotations, span_label_types 2026-02-20 09:47:30 +01:00
plugins fix: resolve TypeScript narrowing errors and renamed lightweight-charts exports 2026-02-16 16:05:54 +01:00
types task 9.6: create src/types/index.ts barrel file re-exporting all types 2026-02-18 15:45:58 +01:00
proxy.ts fix(auth): allow same-origin browser requests through API middleware 2026-02-18 23:07:42 +01:00