move Migration support into OpenSim.Data, because it

really turned out to be small enough to not need it's own
assembly
This commit is contained in:
Sean Dague
2008-06-09 21:40:16 +00:00
parent 2e2dde71f2
commit 504ab4477d
2 changed files with 1 additions and 25 deletions

View File

@@ -34,7 +34,7 @@ using System.Reflection;
using System.Text.RegularExpressions;
using log4net;
namespace OpenSim.Data.Migrations
namespace OpenSim.Data
{
/// <summary>
///