Files
code-center/scripts/clean-duplicate-constraints.ts
abearxiong 5b0a68ad67 feat: add script to clean duplicate constraints in SQL file
- Introduced a new script `clean-duplicate-constraints.ts` that reads the SQL file
  and removes duplicate UNIQUE constraints identified by a numeric suffix in their names.
- The script logs the removed constraints and outputs the cleaned content back to the file.
2026-03-30 02:39:38 +08:00

702 B