antville/antville_dbpatch20020109.sql
2002-01-22 19:28:50 +00:00

5 lines
No EOL
222 B
SQL

use antville;
alter table WEBLOG drop column USERMAYSIGNUP;
alter table MEMBER change column LEVEL LEVEL mediumint(10) null;
update MEMBER set LEVEL = 131071 where LEVEL = 2;
update MEMBER set LEVEL = 9361 where LEVEL = 1;