-
Notifications
You must be signed in to change notification settings - Fork 926
Open
@golden-kumar-appointy
Description
What do you want to change?
I am trying to use sqlc with prisma generated migrations.
Prisma have all its schema in schema.prisma file.
If I apply any change to schema.prisma file. I have to generate migration file for that.
But this current migration file in below format.
migration/
|--/timeStampInUnixEpochTime_migration_name_1/migration.sql
|--/timeStampInUnixEpochTime_migration_name_2/migration.sql
....
as this migration dir, is not in format specify in Handling SQL Migration it not work.
Extra Info
- postgres for DB
prisma migrate dev --skip-generate --create-only --schema ${SCHEMA_PATH}
for creating migration from schema.prisma file.
What database engines need to be changed?
No response
What programming language backends need to be changed?
No response