Removed copy/pasting error

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-08-19 12:50:56 -07:00
parent a767494f9f
commit a61575a212

View File

@@ -25,8 +25,6 @@ namespace Orchard.Blogs.DataMigrations {
.Column<int>("PostCount")
);
SchemaBuilder.CreateForeignKey()
return 1;
}