SQL: Emoji support for notifications

Resolves #587
This commit is contained in:
Ilya Prokopenko 2022-06-25 09:08:50 +07:00
parent d4cc8d6271
commit a0d3d710f9
No known key found for this signature in database
GPG key ID: 3EE235B32BF277D9

View file

@ -0,0 +1 @@
ALTER TABLE `notifications` CHANGE `additionalData` `additionalData` char(24) COLLATE 'utf8mb4_general_ci' NOT NULL AFTER `modelAction`;