diff options
author | Sean Dague | 2008-06-09 21:40:16 +0000 |
---|---|---|
committer | Sean Dague | 2008-06-09 21:40:16 +0000 |
commit | 504ab4477dc21e2fb3ef319d45eeb5e69a6e7227 (patch) | |
tree | cf61fde97fa95f0cb50ffcc957b0162ac6a202dd /OpenSim/Data/Migration.cs | |
parent | fill out some more migration facilities (diff) | |
download | opensim-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 '')
-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; | |||
34 | using System.Text.RegularExpressions; | 34 | using System.Text.RegularExpressions; |
35 | using log4net; | 35 | using log4net; |
36 | 36 | ||
37 | namespace OpenSim.Data.Migrations | 37 | namespace OpenSim.Data |
38 | { | 38 | { |
39 | /// <summary> | 39 | /// <summary> |
40 | /// | 40 | /// |