- Make all pending migrations idempotent (safe to re-run) - Disable decouple_projects_from_rounds migration (schema not changed) - Add ProjectTag table for AI tagging - Add AssignmentJob table for AI assignment progress On server deployment, run: npx prisma migrate deploy Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
5 lines
166 B
SQL
5 lines
166 B
SQL
-- This migration was created but reverted.
|
|
-- The schema still uses Project.roundId and Project.status.
|
|
-- Keeping as no-op to maintain migration history.
|
|
SELECT 1;
|