mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-22 03:37:25 +08:00
Merge
--HG-- branch : dev
This commit is contained in:
@@ -4,10 +4,10 @@ namespace Orchard.Themes {
|
||||
public class ThemesDataMigration : DataMigrationImpl {
|
||||
|
||||
public int Create() {
|
||||
//CREATE TABLE Orchard_Themes_ThemeSiteSettingsRecord (Id INTEGER not null, CurrentThemeName TEXT, primary key (Id));
|
||||
SchemaBuilder.CreateTable("ThemeSiteSettingsPartRecord", table => table
|
||||
.ContentPartRecord()
|
||||
.Column<string>("CurrentThemeName")
|
||||
SchemaBuilder.CreateTable("ThemeSiteSettingsPartRecord",
|
||||
table => table
|
||||
.ContentPartRecord()
|
||||
.Column<string>("CurrentThemeName")
|
||||
);
|
||||
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user