gcx/backend/migrations/028_create_disputes.sql

6 lines
334 B
SQL

-- 028: (SUPERSEDED by 045_align_disputes_audit_logs.sql)
-- Original migration tried to create disputes with plaintiff/defendant schema,
-- but 021 already creates disputes with buyer/seller schema.
-- Migration 045 now handles the ALTER to reconcile both schemas.
-- This file is kept as a no-op for migration ordering consistency.