summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.6/mysql/patch/graphs.sql
blob: 8f36424402034505931aec169c6f10d127ba4355 (plain)
1
2
alter table graphs add show_legend int(11) NOT NULL default '0';
alter table graphs add show_3d int(11) NOT NULL default '0';