openvk/install/sqls/00027-EVENTDB-notifications-fixed.sql
Ilya Prokopenko e1072738fd
SQL: Fix rating and notifications
Hopefully resolves #587 and some other issues
2022-06-24 18:52:39 +03:00

2 lines
250 B
SQL

ALTER TABLE `notifications` CHANGE `modelAction` `modelAction` mediumint(3) unsigned NOT NULL AFTER `targetModelId`;
ALTER TABLE `notifications` CHANGE `additionalData` `additionalData` text COLLATE 'utf8mb4_general_ci' NOT NULL AFTER `modelAction`;