mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixing merge error in Orchard.Projections/Migrations.cs
This commit is contained in:
@@ -166,7 +166,6 @@ namespace Orchard.Projections {
|
||||
.Column<int>("Display")
|
||||
.Column<int>("QueryPartRecord_id")
|
||||
.Column<int>("GroupProperty_id")
|
||||
.Column<string>("GUIdentifier", column => column.WithLength(68))
|
||||
);
|
||||
|
||||
SchemaBuilder.CreateTable("PropertyRecord",
|
||||
|
||||
Reference in New Issue
Block a user