aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorSean Dague2008-06-09 21:40:16 +0000
committerSean Dague2008-06-09 21:40:16 +0000
commit504ab4477dc21e2fb3ef319d45eeb5e69a6e7227 (patch)
treecf61fde97fa95f0cb50ffcc957b0162ac6a202dd /OpenSim
parentfill out some more migration facilities (diff)
downloadopensim-SC_OLD-504ab4477dc21e2fb3ef319d45eeb5e69a6e7227.zip
opensim-SC_OLD-504ab4477dc21e2fb3ef319d45eeb5e69a6e7227.tar.gz
opensim-SC_OLD-504ab4477dc21e2fb3ef319d45eeb5e69a6e7227.tar.bz2
opensim-SC_OLD-504ab4477dc21e2fb3ef319d45eeb5e69a6e7227.tar.xz
move Migration support into OpenSim.Data, because it
really turned out to be small enough to not need it's own assembly
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Data/Migration.cs (renamed from OpenSim/Data/Migrations/Migration.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Migrations/Migration.cs b/OpenSim/Data/Migration.cs
index aaf6dab..8487db8 100644
--- a/OpenSim/Data/Migrations/Migration.cs
+++ b/OpenSim/Data/Migration.cs
@@ -34,7 +34,7 @@ using System.Reflection;
34using System.Text.RegularExpressions; 34using System.Text.RegularExpressions;
35using log4net; 35using log4net;
36 36
37namespace OpenSim.Data.Migrations 37namespace OpenSim.Data
38{ 38{
39 /// <summary> 39 /// <summary>
40 /// 40 ///