Avoid spammy payment DMs

This commit is contained in:
Jon Staab
2026-06-01 12:59:19 -07:00
parent f5403b6aef
commit 31c8e596a6
4 changed files with 31 additions and 2 deletions
+1
View File
@@ -55,6 +55,7 @@ CREATE TABLE IF NOT EXISTS invoice (
created_at INTEGER NOT NULL,
paid_at INTEGER,
voided_at INTEGER,
notified_at INTEGER,
FOREIGN KEY (tenant_pubkey) REFERENCES tenant(pubkey)
);