MrMendez
Explore posts from serversDTDrizzle Team
•Created by MrMendez on 9/11/2023 in #help
dynamic table name
how is that my code breaks:
but if i do this it works:
10 replies
DTDrizzle Team
•Created by MrMendez on 9/7/2023 in #help
Migrate using Neon and Sveltekit
this is my code
pnpm script
"migrate:push": "vite-node --options.transformMode.ssr='/.*/' ./src/lib/migrate.ts",
my connection setup
and the error:
Error: The required file "meta/_journal.json" could not be found.
It seems like the "meta/_journal.json" file is missing or not located where the system expects it to be. This file is crucial for the migration process and the system cannot proceed without it.
Location of the error:
- File: /.../node_modules/drizzle-orm/migrator.mjs
- Line: 21
- Method: readMigrationFiles
Stack trace:
1. readMigrationFiles at migrator.ts:40:9
2. Module.migrate at neon-serverless/migrator.ts:9:21
3. /home/mrmendez/Projects/skymanager/src/lib/migrate.ts:7:7
4. ViteNodeRunner.runModule at vite-node/dist/client.mjs:342:5
5. ViteNodeRunner.directRequest at vite-node/dist/client.mjs:326:5
6. ViteNodeRunner.cachedRequest at vite-node/dist/client.mjs:189:14
7. ViteNodeRunner.executeFile at vite-node/dist/client.mjs:161:12
8. CAC.run at vite-node/dist/cli.mjs:91:515 replies