capaj
Explore posts from serversDTDrizzle Team
•Created by capaj on 4/7/2024 in #help
query builder AND returns undefined
as per this tweet https://twitter.com/capajj/status/1776858100131074333
also can anyone explain why would it return undefined?
6 replies
getting Error: relation "myschema.kysely_migration_lock" does not exist
Hey,
I am trying to use the migrator.migrateToLatest() to migrate a DB for me and it is failing with
Error: relation "myschema.kysely_migration_lock" does not exist
.
Do I have to create the kysely tables manually to be able to run the migrator?
I would have expected that the migrator creates these tables when they do not exist.3 replies