mirror of
https://github.com/openvk/openvk
synced 2024-12-23 00:51:03 +03:00
e1072738fd
Hopefully resolves #587 and some other issues
2 lines
250 B
SQL
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`;
|