SQL: New rating column for profiles

This commit is contained in:
Ilya Prokopenko 2022-07-22 15:34:39 +07:00
parent 33c639afa8
commit 7d71dd6ace
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56

View file

@ -0,0 +1 @@
ALTER TABLE `profiles` ADD COLUMN `rating` bigint(20) UNSIGNED NOT NULL DEFAULT 0 AFTER `coins`;