Diff of /trunk/ModularRex/Tools/MigrationTool/RegionMigration.cs
Parent Directory
|
Revision Log
|
Patch
| revision 179, Fri Jun 5 06:38:00 2009 UTC | revision 180, Fri Jun 5 06:39:58 2009 UTC | |
|---|---|---|
| # | Line 59 | Line 59 |
| 59 | if (version == 0) | if (version == 0) |
| 60 | { | { |
| 61 | //read rex tables and add to rex database | //read rex tables and add to rex database |
| 62 | m_log.info("[regionstore] converting rex tables to rexobjectproperties"); | m_log.Info("[regionstore] converting rex tables to rexobjectproperties"); |
| 63 | if (!convertlegacyrexdatatomodrex()) | if (!ConvertLegacyRexDataToModreX()) |
| 64 | { | { |
| 65 | conn.close(); | conn.Close(); |
| 66 | return false; | return false; |
| 67 | } | } |
| 68 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

