@ordinarthur-os/db
Migrations SQL versionnées pour le schéma ordinarthur_os sur Supabase self-hosted.
Pas d'outil de migration automatique pour l'instant : appliquer manuellement via le SQL editor de Supabase, dans l'ordre numérique. Chaque fichier doit être idempotent autant que possible (create … if not exists).
Ordre
0001_schema.sql— création du schéma + RLS service-role-only (Phase 0)0002_jobs.sql— tablesjobs,job_search_criteria(Phase 1)0003_todos.sql— tabletodos+client_mutations(Phase 2)0004_projects.sql—projects,project_steps,project_ideas(Phase 3)0005_agenda.sql—calendar_events,google_oauth_tokens(Phase 4)0006_ai.sql—ai_actions(Phase 5)0007_health.sql—daily_checkins(Phase 7)