aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/Resources
diff options
context:
space:
mode:
authorCharles Krinke2008-11-19 23:57:19 +0000
committerCharles Krinke2008-11-19 23:57:19 +0000
commitb0ee8fc271fdb12958c91f9e567ed21d35472f8d (patch)
treee9008832f2c67bc2e2a4631acb0afcc3e0135e11 /OpenSim/Data/MSSQL/Resources
parent* Add just enough to allow the scene presences test to establish a new user c... (diff)
downloadopensim-SC_OLD-b0ee8fc271fdb12958c91f9e567ed21d35472f8d.zip
opensim-SC_OLD-b0ee8fc271fdb12958c91f9e567ed21d35472f8d.tar.gz
opensim-SC_OLD-b0ee8fc271fdb12958c91f9e567ed21d35472f8d.tar.bz2
opensim-SC_OLD-b0ee8fc271fdb12958c91f9e567ed21d35472f8d.tar.xz
Mantis#2658. Thank you kindly, StrawberryFride for a patch that:
Keeping up with MySQL and SQLite. Small code changes and another resource file to add.
Diffstat (limited to 'OpenSim/Data/MSSQL/Resources')
-rw-r--r--OpenSim/Data/MSSQL/Resources/011_RegionStore.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Data/MSSQL/Resources/011_RegionStore.sql b/OpenSim/Data/MSSQL/Resources/011_RegionStore.sql
new file mode 100644
index 0000000..2218216
--- /dev/null
+++ b/OpenSim/Data/MSSQL/Resources/011_RegionStore.sql
@@ -0,0 +1,6 @@
1BEGIN TRANSACTION
2
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
5
6COMMIT