This commit is contained in:
Frank
2025-10-31 14:42:18 -04:00
parent 4bde3f7b15
commit 021334509e
10 changed files with 1047 additions and 25 deletions

View File

@@ -16,6 +16,8 @@ export const BillingTable = mysqlTable(
monthlyUsage: bigint("monthly_usage", { mode: "number" }),
timeMonthlyUsageUpdated: utc("time_monthly_usage_updated"),
reload: boolean("reload"),
reloadTrigger: int("reload_trigger"),
reloadAmount: int("reload_amount"),
reloadError: varchar("reload_error", { length: 255 }),
timeReloadError: utc("time_reload_error"),
timeReloadLockedTill: utc("time_reload_locked_till"),