Changed default data migration version number to 1

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-07-19 15:39:58 -07:00
parent 20b783c2aa
commit 6df322030c
19 changed files with 19 additions and 19 deletions

View File

@@ -22,7 +22,7 @@ namespace Orchard.Themes.DataMigrations {
.Column<string>("CurrentThemeName")
);
return 0010;
return 1;
}
}
}