mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
#19335: Fixing Bug in the Orchard.Comments module migration
Work Item: 19335 --HG-- branch : 1.x
This commit is contained in:
@@ -106,7 +106,7 @@ namespace Orchard.Comments {
|
||||
);
|
||||
|
||||
SchemaBuilder.AlterTable("CommentSettingsPartRecord", table => table
|
||||
.DropColumn("EnableSpamProtected")
|
||||
.DropColumn("EnableSpamProtection")
|
||||
);
|
||||
|
||||
SchemaBuilder.AlterTable("CommentPartRecord", table => table
|
||||
|
Reference in New Issue
Block a user