fix: missing publicTokenExpiresAt

This commit is contained in:
2026-06-11 12:19:13 -04:00
parent 48d3335f12
commit 94e0a18bf5
7 changed files with 50 additions and 9 deletions
@@ -0,0 +1 @@
ALTER TABLE "beenvoice_invoice" ADD COLUMN IF NOT EXISTS "publicTokenExpiresAt" timestamp;