Initial new List Management UI.

--HG--
branch : dev
This commit is contained in:
Dave Reed
2011-03-10 11:45:07 -08:00
parent 6c068e45ef
commit deb5513737
21 changed files with 573 additions and 75 deletions

View File

@@ -45,5 +45,10 @@ namespace Orchard.Core.Containers {
return 1;
}
public int UpdateFrom1() {
SchemaBuilder.AlterTable("ContainerPartRecord", table => table.AddColumn<string>("ItemContentType"));
return 2;
}
}
}