Revert "SQL: Fix rating and notifications"

This reverts commit e1072738fd.
This commit is contained in:
Ilya Prokopenko 2022-06-25 00:08:46 +07:00
parent e1072738fd
commit d4cc8d6271
No known key found for this signature in database
GPG key ID: 3EE235B32BF277D9
2 changed files with 0 additions and 4 deletions

View file

@ -1,2 +0,0 @@
ALTER TABLE `profiles` CHANGE `coins` `coins` bigint(20) unsigned NOT NULL DEFAULT '0' AFTER `email`;
ALTER TABLE `profiles` ADD COLUMN `rating` bigint(20) unsigned NOT NULL DEFAULT '0' AFTER `coins`;

View file

@ -1,2 +0,0 @@
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`;