Catalog alignment
[sdc.git] / asdctool / src / main / java / org / openecomp / sdc / asdctool / migration / core / task / PostMigration.java
index f341ab2..5ed2e56 100644 (file)
@@ -27,7 +27,7 @@ public interface PostMigration extends IMigrationStage {
        @Override
        default
        public DBVersion getVersion() {
-               return DBVersion.CURRENT_VERSION;
+               return DBVersion.DEFAULT_VERSION;
        }
        
        @Override