summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.6/mysql/patch/nodes.sql
blob: cc560943e938659622c4507905925557b06dbd9b (plain)
1
2
3
4
5
6
alter table nodes modify ip varchar(39) DEFAULT '' NOT NULL;

alter table nodes drop event_lastid;
alter table nodes drop history_lastid;
alter table nodes drop history_str_lastid;
alter table nodes drop history_uint_lastid;