mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 04:45:35 +08:00
Thank you, StrawberryFride, for a patch that adds group permission support to MSSQL. Contains a migration, back up your database.
5 lines
110 B
SQL
5 lines
110 B
SQL
BEGIN TRANSACTION
|
|
|
|
ALTER TABLE inventoryitems ADD inventoryGroupPermissions INTEGER NOT NULL default 0
|
|
|
|
COMMIT |