greetings, can you publish the schema for the Taskever sample app? or is it already published somewhere? i couldn't find it. it would be great to have the app running end-to-end from the source download.
thanks for the great work! marcos.
1 Answer(s)
-
0
Hi,
Sorry, but I've no time to improve and update Taskever. You can use it as it is.
For schema, see <a class="postlink" href="https://github.com/aspnetboilerplate/taskever/tree/master/src/Taskever.Infrastructure.NHibernate/Data/Migrations">https://github.com/aspnetboilerplate/ta ... Migrations</a> for NHibernate. You can run migrations to create the schema. It uses fluent migrator. See <a class="postlink" href="http://www.codeproject.com/Articles/768664/Introduction-to-ASP-NET-Boilerplate#InfraMigrations">http://www.codeproject.com/Articles/768 ... Migrations</a> if you did not use FluentMigrator before.