fix: update database switching to modify schema file directly
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user