openvk/install/sqls/00027-EVENTDB-notifications-fixed.sql

3 lines
250 B
MySQL
Raw Normal View History

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`;