mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Revert "SQL: Fix rating and notifications"
This reverts commit e1072738fd
.
This commit is contained in:
parent
e1072738fd
commit
d4cc8d6271
2 changed files with 0 additions and 4 deletions
|
@ -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`;
|
|
|
@ -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`;
|
|
Loading…
Reference in a new issue