Schema Changes

This commit is contained in:
2025-12-08 12:15:27 +01:00
parent 428a002e9f
commit c1120d1878
3 changed files with 24 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ export const holidays = pgTable("holidays", {
name: text("name").notNull(),
stateCode: text("state_code").notNull(),
state_code: text("state_code").notNull(),
createdAt: timestamp("created_at", { withTimezone: true }).defaultNow(),
})