Remove Serbian colors including Braon from database

- Remove Serbian color entries from schema.sql
- Add migration to delete Serbian colors from existing databases
- Add migration runner scripts for easier database updates
- Install pg package for PostgreSQL client support

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: DaX <noreply@anthropic.com>
This commit is contained in:
DaX
2025-06-24 12:04:45 +02:00
parent e8f9a6c6e3
commit 57abb80072
6 changed files with 245 additions and 13 deletions

View File

@@ -21,6 +21,7 @@
"bcryptjs": "^3.0.2",
"cheerio": "^1.1.0",
"next": "^15.3.4",
"pg": "^8.16.2",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},