gambitboy
Explore posts from serversDTDrizzle Team
•Created by gambitboy on 6/6/2023 in #help
Postgres-js Migrate - Error: Can't find meta/_journal.json file [SOLVED]
I've gotten drizzle setup and running but I'm unable to run any migrations.
I'm using postgres-js and created a migrate.ts file that i'm executing.
Here is my code:
/lib/migrate.ts
I setup my config file:
./crizzle.config.json
so I've managed to generate some migrations in the migrations-folder but the migrate function is failing.
I've tried different databases, locations, tried to trigger the migration through a trpc api call.
10 replies