thomasmol
Explore posts from serversDTDrizzle Team
•Created by thomasmol on 10/20/2023 in #help
Issue running migrate(): error: script "migrate" exited with code 1 (SIGHUP)
I am trying to run my migration script that should execute my migration sql files:
But I get this error:
6 replies
DTDrizzle Team
•Created by thomasmol on 8/27/2023 in #help
Running migrate() in Sveltekit project
I have a migrate.ts file with the script for running migrate(), how would you typically execute this in a sveltekit project? I tried adding it to a npm script:
"migrate": "ts-node src/lib/server/database/migrate.ts"
but I get errors here (ERR_UNKNOWN_FILE_EXTENSION
). Any ideas?8 replies