- Updated .env to use PostgreSQL (neondb) instead of SQLite - Updated drizzle.ts to support DATABASE_URL connection string - Regenerated migrations for PostgreSQL syntax - Bot successfully connects and operates with PostgreSQL - All database operations working correctly
13 lines
210 B
JSON
13 lines
210 B
JSON
{
|
|
"version": "7",
|
|
"dialect": "postgresql",
|
|
"entries": [
|
|
{
|
|
"idx": 0,
|
|
"version": "7",
|
|
"when": 1778750697764,
|
|
"tag": "0000_rare_kitty_pryde",
|
|
"breakpoints": true
|
|
}
|
|
]
|
|
} |