feat(season): nameLocalized-kolumn för högtidsnamn per marknad (MIKRO B)
CI / Typecheck, test & build (push) Failing after 44s
CI / Typecheck, test & build (push) Failing after 44s
This commit is contained in:
@@ -18,6 +18,7 @@ export const seasonEvents = pgTable(
|
||||
id: text("id").primaryKey(),
|
||||
slug: text("slug").notNull(),
|
||||
nameSv: text("name_sv").notNull(),
|
||||
nameLocalized: text("name_localized"),
|
||||
market: text("market").notNull().default("SE"),
|
||||
dateRule: jsonb("date_rule").$type<DateRule>().notNull(),
|
||||
leadDays: integer("lead_days").notNull().default(7),
|
||||
|
||||
Reference in New Issue
Block a user