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

ALTER TABLE prims ADD COLUMN Material tinyint NOT NULL default 3;

commit;