aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/018_RegionStore.sql
blob: 68c489c7bf8b53b250bb322140b28567fc64ccc0 (plain)
1
2
3
4
5
6
begin;

ALTER TABLE prims ADD COLUMN ClickAction tinyint NOT NULL default 0;

commit;