Files
opensim/OpenSim/Data/MySQL/Resources/003_InventoryStore.sql
2008-11-14 19:00:14 +00:00

6 lines
118 B
PL/PgSQL

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