fix: update database switching to modify schema file directly

This commit is contained in:
2026-03-29 20:47:31 -07:00
parent 384954b27b
commit ac29b38175
5 changed files with 166 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ function checkPostgresConnection() {
console.error('❌ DATABASE_URL is not set for PostgreSQL');
console.error('Please update your .env file with:');
console.error('DATABASE_PROVIDER=postgresql');
console.error('DATABASE_URL="postgresql://username:password@localhost:5432/euchre_camp"');
console.error('DATABASE_URL="postgresql://euchre_camp:o_7urWjkvPfsE1Q*@localhost:5432/euchre_camp"');
return false;
}