Files
multica/server/migrations/216_vcs_integration.down.sql
Bohan Jiang 3f2e1c68d7 fix(migrations): resolve VCS migration prefix collision (213-215) and unblock deploy (MUL-3772) (#5883)
Renumber the six VCS migrations off the 213/214/215 prefix collisions to a unique contiguous tail 216-221 (tables before indexes), and make 214_chat_session_project idempotent (ADD COLUMN IF NOT EXISTS) so the #5868 rename-induced re-run no-ops instead of crashing. Fixes the red migration lint on main and unblocks the dev deploy.
2026-07-24 15:28:43 +08:00

5 lines
161 B
SQL

DROP TABLE IF EXISTS vcs_commit_status;
DROP TABLE IF EXISTS issue_vcs_pull_request;
DROP TABLE IF EXISTS vcs_pull_request;
DROP TABLE IF EXISTS vcs_connection;