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.
This commit is contained in: