mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Add SQLite and the missing migrations files for last commit
This commit is contained in:
5
OpenSim/Data/MySQL/Resources/003_InventoryStore.sql
Normal file
5
OpenSim/Data/MySQL/Resources/003_InventoryStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
alter table inventoryitems add column inventoryGroupPermissions integer unsigned not null default 0;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user