mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
temp don't migrate/seed on prod
This commit is contained in:
parent
fa0eeacfc0
commit
6451fc3249
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ public void Configure(IApplicationBuilder app)
|
|||
{
|
||||
routes.MapRoute("default", "v{version:apiVersion}/{controller=Home}/{action=Index}/{id?}");
|
||||
});
|
||||
MigrateAndSeedDatabase(app);
|
||||
//MigrateAndSeedDatabase(app);
|
||||
}
|
||||
|
||||
private void MigrateAndSeedDatabase(IApplicationBuilder app)
|
||||
|
|
|
|||
Loading…
Reference in a new issue