mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-21 19:34:40 +08:00
Changed default data migration version number to 1
--HG-- branch : dev
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Orchard.Themes.DataMigrations {
|
||||
.Column<string>("CurrentThemeName")
|
||||
);
|
||||
|
||||
return 0010;
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user