fix(prisma): fix an error from a db pull that changed an Int into a BigInt
This commit is contained in:
parent
313a1e5fb6
commit
a2fc68e9c0
|
|
@ -323,7 +323,7 @@ model Preferences {
|
||||||
|
|
||||||
view PayPeriods {
|
view PayPeriods {
|
||||||
pay_year Int
|
pay_year Int
|
||||||
pay_period_no BigInt
|
pay_period_no Int
|
||||||
period_start DateTime @db.Date
|
period_start DateTime @db.Date
|
||||||
period_end DateTime @db.Date
|
period_end DateTime @db.Date
|
||||||
payday DateTime @db.Date
|
payday DateTime @db.Date
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user