Fixed generator enums in prisma db (#21595)
Co-authored-by: layand12 <d.layan@unque.me>
This commit is contained in:
co-authored by
layand12
parent
d208074063
commit
2cbf805ffb
@@ -26,7 +26,7 @@ generator kysely {
|
||||
}
|
||||
|
||||
generator enums {
|
||||
provider = "ts-node --transpile-only ./enum-generator"
|
||||
provider = "ts-node --transpile-only ./enum-generator.ts"
|
||||
}
|
||||
|
||||
enum SchedulingType {
|
||||
|
||||
Reference in New Issue
Block a user