diff options
Diffstat (limited to 'OpenSim/Data')
-rw-r--r-- | OpenSim/Data/MSSQL/Resources/003_AssetStore.sql | 12 | ||||
-rw-r--r-- | OpenSim/Data/MSSQL/Resources/010_RegionStore.sql | 14 | ||||
-rw-r--r-- | OpenSim/Data/MSSQL/Resources/011_RegionStore.sql | 12 | ||||
-rw-r--r-- | OpenSim/Data/MySQL/Resources/022_RegionStore.sql | 12 | ||||
-rw-r--r-- | OpenSim/Data/SQLite/Resources/015_RegionStore.sql | 12 |
5 files changed, 31 insertions, 31 deletions
diff --git a/OpenSim/Data/MSSQL/Resources/003_AssetStore.sql b/OpenSim/Data/MSSQL/Resources/003_AssetStore.sql index 1776cac..1434330 100644 --- a/OpenSim/Data/MSSQL/Resources/003_AssetStore.sql +++ b/OpenSim/Data/MSSQL/Resources/003_AssetStore.sql | |||
@@ -1,6 +1,6 @@ | |||
1 | BEGIN TRANSACTION | 1 | BEGIN TRANSACTION |
2 | 2 | ||
3 | ALTER TABLE assets add create_time integer default 0 | 3 | ALTER TABLE assets add create_time integer default 0 |
4 | ALTER TABLE assets add access_time integer default 0 | 4 | ALTER TABLE assets add access_time integer default 0 |
5 | 5 | ||
6 | COMMIT | 6 | COMMIT |
diff --git a/OpenSim/Data/MSSQL/Resources/010_RegionStore.sql b/OpenSim/Data/MSSQL/Resources/010_RegionStore.sql index 2eed71d..74ad9c2 100644 --- a/OpenSim/Data/MSSQL/Resources/010_RegionStore.sql +++ b/OpenSim/Data/MSSQL/Resources/010_RegionStore.sql | |||
@@ -1,7 +1,7 @@ | |||
1 | BEGIN TRANSACTION | 1 | BEGIN TRANSACTION |
2 | 2 | ||
3 | ALTER TABLE regionsettings ADD sunvectorx float NOT NULL default 0; | 3 | ALTER TABLE regionsettings ADD sunvectorx float NOT NULL default 0; |
4 | ALTER TABLE regionsettings ADD sunvectory float NOT NULL default 0; | 4 | ALTER TABLE regionsettings ADD sunvectory float NOT NULL default 0; |
5 | ALTER TABLE regionsettings ADD sunvectorz float NOT NULL default 0; | 5 | ALTER TABLE regionsettings ADD sunvectorz float NOT NULL default 0; |
6 | 6 | ||
7 | COMMIT | 7 | COMMIT |
diff --git a/OpenSim/Data/MSSQL/Resources/011_RegionStore.sql b/OpenSim/Data/MSSQL/Resources/011_RegionStore.sql index 2218216..14c71a3 100644 --- a/OpenSim/Data/MSSQL/Resources/011_RegionStore.sql +++ b/OpenSim/Data/MSSQL/Resources/011_RegionStore.sql | |||
@@ -1,6 +1,6 @@ | |||
1 | BEGIN TRANSACTION | 1 | BEGIN TRANSACTION |
2 | 2 | ||
3 | ALTER TABLE prims ADD CollisionSound char(36) not null default '00000000-0000-0000-0000-000000000000' | 3 | ALTER TABLE prims ADD CollisionSound char(36) not null default '00000000-0000-0000-0000-000000000000' |
4 | ALTER TABLE prims ADD CollisionSoundVolume float not null default 0.0 | 4 | ALTER TABLE prims ADD CollisionSoundVolume float not null default 0.0 |
5 | 5 | ||
6 | COMMIT | 6 | COMMIT |
diff --git a/OpenSim/Data/MySQL/Resources/022_RegionStore.sql b/OpenSim/Data/MySQL/Resources/022_RegionStore.sql index af4fdce..df0bb7d 100644 --- a/OpenSim/Data/MySQL/Resources/022_RegionStore.sql +++ b/OpenSim/Data/MySQL/Resources/022_RegionStore.sql | |||
@@ -1,6 +1,6 @@ | |||
1 | BEGIN; | 1 | BEGIN; |
2 | 2 | ||
3 | ALTER TABLE prims ADD COLUMN CollisionSound char(36) not null default '00000000-0000-0000-0000-000000000000'; | 3 | ALTER TABLE prims ADD COLUMN CollisionSound char(36) not null default '00000000-0000-0000-0000-000000000000'; |
4 | ALTER TABLE prims ADD COLUMN CollisionSoundVolume float not null default 0.0; | 4 | ALTER TABLE prims ADD COLUMN CollisionSoundVolume float not null default 0.0; |
5 | 5 | ||
6 | COMMIT; | 6 | COMMIT; |
diff --git a/OpenSim/Data/SQLite/Resources/015_RegionStore.sql b/OpenSim/Data/SQLite/Resources/015_RegionStore.sql index f9c0eea..c43f356 100644 --- a/OpenSim/Data/SQLite/Resources/015_RegionStore.sql +++ b/OpenSim/Data/SQLite/Resources/015_RegionStore.sql | |||
@@ -1,6 +1,6 @@ | |||
1 | BEGIN; | 1 | BEGIN; |
2 | 2 | ||
3 | ALTER TABLE prims ADD COLUMN CollisionSound varchar(36) NOT NULL default '00000000-0000-0000-0000-000000000000'; | 3 | ALTER TABLE prims ADD COLUMN CollisionSound varchar(36) NOT NULL default '00000000-0000-0000-0000-000000000000'; |
4 | ALTER TABLE prims ADD COLUMN CollisionSoundVolume float NOT NULL default 0; | 4 | ALTER TABLE prims ADD COLUMN CollisionSoundVolume float NOT NULL default 0; |
5 | 5 | ||
6 | COMMIT; | 6 | COMMIT; |