aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/003_InventoryStore.sql
blob: 4c6da91aab29161ba10b0c842c9d17e2380bb78b (plain)
1
2
3
4
5
BEGIN;

alter table inventoryitems add column inventoryGroupPermissions integer unsigned not null default 0;

COMMIT;