mirror of
https://github.com/opensim/opensim.git
synced 2026-07-13 19:14:51 +08:00
Add the Migration for the regions table
This commit is contained in:
6
OpenSim/Data/MySQL/Resources/004_GridStore.sql
Normal file
6
OpenSim/Data/MySQL/Resources/004_GridStore.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE regions add column sizeX integer not null default 0;
|
||||
ALTER TABLE regions add column sizeY integer not null default 0;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user