aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL
diff options
context:
space:
mode:
authorJeff Ames2008-11-21 18:44:48 +0000
committerJeff Ames2008-11-21 18:44:48 +0000
commitecac5c9c5a18241c62a25834b20be38ee0e38843 (patch)
treea0a0678b8060d69cf01f9cba8f661fc856105142 /OpenSim/Data/MSSQL
parent* Largely revert the last revision and improve on the previous way of doing t... (diff)
downloadopensim-SC_OLD-ecac5c9c5a18241c62a25834b20be38ee0e38843.zip
opensim-SC_OLD-ecac5c9c5a18241c62a25834b20be38ee0e38843.tar.gz
opensim-SC_OLD-ecac5c9c5a18241c62a25834b20be38ee0e38843.tar.bz2
opensim-SC_OLD-ecac5c9c5a18241c62a25834b20be38ee0e38843.tar.xz
Update svn properties, minor formatting cleanup.
Diffstat (limited to 'OpenSim/Data/MSSQL')
-rw-r--r--OpenSim/Data/MSSQL/Resources/003_AssetStore.sql12
-rw-r--r--OpenSim/Data/MSSQL/Resources/010_RegionStore.sql14
-rw-r--r--OpenSim/Data/MSSQL/Resources/011_RegionStore.sql12
3 files changed, 19 insertions, 19 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 @@
1BEGIN TRANSACTION 1BEGIN TRANSACTION
2 2
3ALTER TABLE assets add create_time integer default 0 3ALTER TABLE assets add create_time integer default 0
4ALTER TABLE assets add access_time integer default 0 4ALTER TABLE assets add access_time integer default 0
5 5
6COMMIT 6COMMIT
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 @@
1BEGIN TRANSACTION 1BEGIN TRANSACTION
2 2
3ALTER TABLE regionsettings ADD sunvectorx float NOT NULL default 0; 3ALTER TABLE regionsettings ADD sunvectorx float NOT NULL default 0;
4ALTER TABLE regionsettings ADD sunvectory float NOT NULL default 0; 4ALTER TABLE regionsettings ADD sunvectory float NOT NULL default 0;
5ALTER TABLE regionsettings ADD sunvectorz float NOT NULL default 0; 5ALTER TABLE regionsettings ADD sunvectorz float NOT NULL default 0;
6 6
7COMMIT 7COMMIT
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 @@
1BEGIN TRANSACTION 1BEGIN TRANSACTION
2 2
3ALTER TABLE prims ADD CollisionSound char(36) not null default '00000000-0000-0000-0000-000000000000' 3ALTER TABLE prims ADD CollisionSound char(36) not null default '00000000-0000-0000-0000-000000000000'
4ALTER TABLE prims ADD CollisionSoundVolume float not null default 0.0 4ALTER TABLE prims ADD CollisionSoundVolume float not null default 0.0
5 5
6COMMIT 6COMMIT