mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
SQL: New rating column for profiles
This commit is contained in:
parent
33c639afa8
commit
7d71dd6ace
1 changed files with 1 additions and 0 deletions
1
install/sqls/00027-rating.sql
Normal file
1
install/sqls/00027-rating.sql
Normal file
|
@ -0,0 +1 @@
|
|||
ALTER TABLE `profiles` ADD COLUMN `rating` bigint(20) UNSIGNED NOT NULL DEFAULT 0 AFTER `coins`;
|
Loading…
Reference in a new issue