Use DataMigration API to create database tables for each feature

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-06-29 16:17:08 -07:00
parent ca0de6aa49
commit d91e488cb7
68 changed files with 612 additions and 158 deletions

View File

@@ -72,6 +72,7 @@
<Compile Include="AdminMenu.cs" />
<Compile Include="Controllers\AdminController.cs" />
<Compile Include="Controllers\CommentController.cs" />
<Compile Include="DataMigrations\CommentsDataMigration.cs" />
<Compile Include="Drivers\CommentDriver.cs" />
<Compile Include="Drivers\HasCommentsContainerDriver.cs" />
<Compile Include="Drivers\HasCommentsDriver.cs" />