- This update was missed, it's kinda needed so we dont' have everyone on the committee with a unique user id of 0.

This commit is contained in:
dave 2009-01-22 01:27:10 +00:00
parent b803c00881
commit cd1de0ddfd
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
119
120

3
db/db.update.120.sql Normal file
View File

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