mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Mantis #2618
Thank you, StrawberryFride, for a patch that adds group permission support to MSSQL. Contains a migration, back up your database.
This commit is contained in:
5
OpenSim/Data/MSSQL/Resources/002_InventoryStore.sql
Normal file
5
OpenSim/Data/MSSQL/Resources/002_InventoryStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN TRANSACTION
|
||||
|
||||
ALTER TABLE inventoryitems ADD inventoryGroupPermissions INTEGER NOT NULL default 0
|
||||
|
||||
COMMIT
|
||||
Reference in New Issue
Block a user