mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Add missing mssql migration files from http://opensimulator.org/mantis/view.php?id=2295
* Sorry about that
This commit is contained in:
10
OpenSim/Data/MSSQL/Resources/007_RegionStore.sql
Normal file
10
OpenSim/Data/MSSQL/Resources/007_RegionStore.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
BEGIN TRANSACTION
|
||||
|
||||
ALTER TABLE prims ADD ColorR int not null default 0;
|
||||
ALTER TABLE prims ADD ColorG int not null default 0;
|
||||
ALTER TABLE prims ADD ColorB int not null default 0;
|
||||
ALTER TABLE prims ADD ColorA int not null default 0;
|
||||
ALTER TABLE prims ADD ParticleSystem IMAGE;
|
||||
ALTER TABLE prims ADD ClickAction tinyint NOT NULL default 0;
|
||||
|
||||
COMMIT
|
||||
Reference in New Issue
Block a user