mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Add a handful of new region flags and a small migration
This commit is contained in:
6
OpenSim/Data/MySQL/Resources/007_GridStore.sql
Normal file
6
OpenSim/Data/MySQL/Resources/007_GridStore.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE `regions` ADD COLUMN `PrincipalID` char(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000';
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user