forked from science-ation/science-ation
- 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:
parent
b803c00881
commit
cd1de0ddfd
@ -1 +1 @@
|
||||
119
|
||||
120
|
||||
|
3
db/db.update.120.sql
Normal file
3
db/db.update.120.sql
Normal file
@ -0,0 +1,3 @@
|
||||
-- This wasn't done in the 116 update
|
||||
UPDATE users SET `uid`=`id` WHERE `uid`=0;
|
||||
|
Loading…
Reference in New Issue
Block a user