feat: implement freemium restrictions

This commit is contained in:
talksik
2026-04-14 14:42:53 -07:00
parent 1cd22cd4e2
commit 185d83401f
20 changed files with 636 additions and 46 deletions
@@ -0,0 +1,5 @@
BEGIN;
DROP TABLE IF EXISTS network_message_usage;
COMMIT;