#19335: Fixing Bug in the Orchard.Comments module migration

Work Item: 19335

--HG--
branch : 1.x
This commit is contained in:
antoine@DEVNET63-PC.wygwam.com
2012-12-12 13:46:42 +01:00
parent e3fa12bcc7
commit 8d8c53be2d

View File

@@ -106,7 +106,7 @@ namespace Orchard.Comments {
);
SchemaBuilder.AlterTable("CommentSettingsPartRecord", table => table
.DropColumn("EnableSpamProtected")
.DropColumn("EnableSpamProtection")
);
SchemaBuilder.AlterTable("CommentPartRecord", table => table