fix(prisma): fix an error from a db pull that changed an Int into a BigInt

This commit is contained in:
Matthieu Haineault 2025-12-12 08:42:31 -05:00
parent 313a1e5fb6
commit a2fc68e9c0

View File

@ -323,7 +323,7 @@ model Preferences {
view PayPeriods {
pay_year Int
pay_period_no BigInt
pay_period_no Int
period_start DateTime @db.Date
period_end DateTime @db.Date
payday DateTime @db.Date