[M] Move opt out leaderboard to correct place

pull/88/head
Azalea 2024-11-21 11:39:23 -05:00
parent 5ebb1718d6
commit 56bf447cdb
2 changed files with 4 additions and 2 deletions

View File

@ -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';

View File

@ -1,2 +0,0 @@
ALTER TABLE `aqua_net_user`
ADD COLUMN `opt_out_of_leaderboard` bit NOT NULL DEFAULT b'0';