cyberman/dbupdate/5.sql

3 lines
91 B
SQL

alter table user add column admin integer not null default 0;
update cyberman set dbrev=6;