mirror of
git://opensimulator.org/git/opensim
synced 2026-08-17 02:22:40 +00: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 |