summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.6/mysql/patch/triggers.sql
blob: 4bd5a75fe21cd4013993a7af04724635c41b1825 (plain)
1
2
3
4
update triggers set comments='' where comments is null;
alter table triggers modify comments blob DEFAULT '' NOT NULL;

alter table triggers add type integer DEFAULT '0' NOT NULL;