forked from Cookies_Github_mirror/AquaDX
[M] Move opt out leaderboard to correct place
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- If the column does not exist, add it
|
||||
ALTER TABLE `aqua_net_user`
|
||||
ADD COLUMN IF NOT EXISTS `opt_out_of_leaderboard` bit NOT NULL DEFAULT b'0';
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
ALTER TABLE `aqua_net_user`
|
||||
ADD COLUMN `opt_out_of_leaderboard` bit NOT NULL DEFAULT b'0';
|
||||
Reference in New Issue
Block a user