Differentiate checkout id/session id
Docker / build-and-push-image (push) Successful in 52m8s

This commit is contained in:
Jon Staab
2026-06-03 14:27:57 -07:00
parent 5e6d5ab7c4
commit 43eaad1621
4 changed files with 15 additions and 12 deletions
+1
View File
@@ -98,6 +98,7 @@ CREATE TABLE IF NOT EXISTS intent (
CREATE TABLE IF NOT EXISTS checkout (
id TEXT PRIMARY KEY,
invoice_id TEXT NOT NULL,
session_id TEXT NOT NULL,
url TEXT NOT NULL,
created_at INTEGER NOT NULL,
expires_at INTEGER NOT NULL,