summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.1beta6_to_1.1beta7/postgresql/patch.sql
blob: c0efc643cc56837bbd8340f36ee6eba8087d7574 (plain)
1
2
alter table hosts add	templateid	int4 DEFAULT '0' NOT NULL;
alter table items add	templateid	int4 DEFAULT '0' NOT NULL;