mirror of
git://opensimulator.org/git/opensim
synced 2026-08-17 10:32:38 +00:00
6 lines
118 B
PL/PgSQL
6 lines
118 B
PL/PgSQL
BEGIN;
|
|
|
|
alter table inventoryitems add column inventoryGroupPermissions integer unsigned not null default 0;
|
|
|
|
COMMIT;
|