Index: Migration/Console/src/Migration.Console/MigrationTool.cs =================================================================== diff -u -r18607ec1398cf284f9126c36558b2c6b49f61880 -reff58ff5a88462462d9e3d406cb921323ffd5a10 --- Migration/Console/src/Migration.Console/MigrationTool.cs (.../MigrationTool.cs) (revision 18607ec1398cf284f9126c36558b2c6b49f61880) +++ Migration/Console/src/Migration.Console/MigrationTool.cs (.../MigrationTool.cs) (revision eff58ff5a88462462d9e3d406cb921323ffd5a10) @@ -19,10 +19,12 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using Migration.Scripts.Data; + namespace Migration.Console { /// - /// Console application that can migrate a Ringtoets database file to a newer version. + /// Console application that can migrate an to a newer version. /// public static class MigrationTool {