mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08: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;
|