4 lines
83 B
MySQL
Raw Permalink Normal View History

-- This wasn't done in the 116 update
UPDATE users SET `uid`=`id` WHERE `uid`=0;