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
201 B
SQL
2 lines
201 B
SQL
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`;
|