i dont see any CLI options for it but wondering if...
# orm-help
r
i dont see any CLI options for it but wondering if it's an undocumented feature?
j
Hi! It’s not possible to customize the
migrations
directory, it currently follows where the schema.prisma is. You could use
--schema
to customize the path of you schema, the migrations folder will be next to it. Is that good enough? I’m curious what’s your usecase?
r
ok thanks. my usecase is i am working around the multiple providers deprecation and duplicating my schema and migrations for both postgres and sqlite
👍 1
then at runtime i will determine which migrations to run
so now it looks like i have to rename the directory properly