feat: sync monoforum and collectible emoji status
Sync telesrv bd15657 (feat(account): implement collectible emoji status). Skipped telesrv docs changes per public sync rules.
This commit is contained in:
parent
edb7057757
commit
0c99ae0a9d
91 changed files with 4061 additions and 693 deletions
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE public.channel_messages
|
||||
ADD COLUMN paid_message_stars bigint NOT NULL DEFAULT 0,
|
||||
ADD CONSTRAINT channel_messages_paid_message_stars_check CHECK (paid_message_stars >= 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue