Files
livedash-node/prisma/migrations/migration_lock.toml
Max Kowalski 185bb6da58 Migrate database from SQLite to PostgreSQL
- Replace SQLite with PostgreSQL using Neon as provider
- Add environment-based database URL configuration
- Create separate test database setup with DATABASE_URL_TEST
- Reset migration history and generate fresh PostgreSQL schema
- Add comprehensive migration documentation
- Include database unit tests for connection validation
2025-06-27 21:25:48 +02:00

4 lines
128 B
TOML

# Please do not edit this file manually
# It should be added in your version-control system (e.g., Git)
provider = "postgresql"