diff options
author | Justin Clarke Casey | 2008-09-29 15:22:48 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-29 15:22:48 +0000 |
commit | 4daaac662ff5e952cf13ac093688f56045821250 (patch) | |
tree | 466f08a3acbb7514659f4fa2a267fbe75c56ab16 /OpenSim/Data/MSSQL/MSSQLGridData.cs | |
parent | * reactor: move inventory archive classes into separate Inventory/Archiver di... (diff) | |
download | opensim-SC_OLD-4daaac662ff5e952cf13ac093688f56045821250.zip opensim-SC_OLD-4daaac662ff5e952cf13ac093688f56045821250.tar.gz opensim-SC_OLD-4daaac662ff5e952cf13ac093688f56045821250.tar.bz2 opensim-SC_OLD-4daaac662ff5e952cf13ac093688f56045821250.tar.xz |
* Apply http://opensimulator.org/mantis/view.php?id=2295
* Updated MSSQL to reflect resend changes
* Added the new columns in prims table.
* Created a implementation for getting gestures.
* Remove configurable table names for user.
* Thanks Ruud Lathorp
Diffstat (limited to 'OpenSim/Data/MSSQL/MSSQLGridData.cs')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLGridData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLGridData.cs b/OpenSim/Data/MSSQL/MSSQLGridData.cs index 552dc04..443116a 100644 --- a/OpenSim/Data/MSSQL/MSSQLGridData.cs +++ b/OpenSim/Data/MSSQL/MSSQLGridData.cs | |||
@@ -163,7 +163,7 @@ namespace OpenSim.Data.MSSQL | |||
163 | /// <returns>A string containing the storage system name</returns> | 163 | /// <returns>A string containing the storage system name</returns> |
164 | override public string Name | 164 | override public string Name |
165 | { | 165 | { |
166 | get { return "Sql OpenGridData"; } | 166 | get { return "MSSQL OpenGridData"; } |
167 | } | 167 | } |
168 | 168 | ||
169 | /// <summary> | 169 | /// <summary> |