mirror of
https://github.com/opensim/opensim.git
synced 2026-06-30 02:57:02 +08:00
add migrations to mysql and sqlite for flags on embedded inventory
This commit is contained in:
5
OpenSim/Data/MySQL/Resources/004_RegionStore.sql
Normal file
5
OpenSim/Data/MySQL/Resources/004_RegionStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE primitems add flags integer not null default 0;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user