mirror of
https://github.com/opensim/opensim.git
synced 2026-07-15 20:15:48 +08:00
Preliminary work on the new default region setting mechanism
This commit is contained in:
6
OpenSim/Data/MySQL/Resources/005_GridStore.sql
Normal file
6
OpenSim/Data/MySQL/Resources/005_GridStore.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE `regions` ADD COLUMN `flags` integer NOT NULL DEFAULT 0;
|
||||
CREATE INDEX flags ON regions(flags);
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user