Added `README.md` to document the database migration system, including generation and usage instructions. Updated `generate-migrations.ts` to fix directory structure and streamline commands. Included initial migration files for schema setup using DrizzleORM.
13 lines
212 B
JSON
13 lines
212 B
JSON
{
|
|
"version": "6",
|
|
"dialect": "postgresql",
|
|
"entries": [
|
|
{
|
|
"idx": 0,
|
|
"version": "6",
|
|
"when": 1747322785586,
|
|
"tag": "0000_lively_tiger_shark",
|
|
"breakpoints": true
|
|
}
|
|
]
|
|
} |