feat(bot): quiet finance topics and support purchase payers

This commit is contained in:
2026-03-22 20:27:43 +04:00
parent 7d706eba07
commit 7665af0268
22 changed files with 1044 additions and 81 deletions

View File

@@ -0,0 +1,7 @@
ALTER TABLE "purchase_messages"
ADD COLUMN "payer_member_id" uuid REFERENCES "members"("id") ON DELETE SET NULL;
UPDATE "purchase_messages"
SET "payer_member_id" = "sender_member_id"
WHERE "payer_member_id" IS NULL
AND "sender_member_id" IS NOT NULL;

View File

@@ -148,6 +148,13 @@
"when": 1773590603863,
"tag": "0020_natural_mauler",
"breakpoints": true
},
{
"idx": 21,
"version": "7",
"when": 1774200000000,
"tag": "0021_sharp_payer",
"breakpoints": true
}
]
}