diff options
author | Charles Krinke | 2008-11-19 23:57:19 +0000 |
---|---|---|
committer | Charles Krinke | 2008-11-19 23:57:19 +0000 |
commit | b0ee8fc271fdb12958c91f9e567ed21d35472f8d (patch) | |
tree | e9008832f2c67bc2e2a4631acb0afcc3e0135e11 /OpenSim/Data/MSSQL/Resources | |
parent | * Add just enough to allow the scene presences test to establish a new user c... (diff) | |
download | opensim-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.sql | 6 |
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 @@ | |||
1 | BEGIN TRANSACTION | ||
2 | |||
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 | ||
5 | |||
6 | COMMIT | ||