Fixed the wrong translation and see if we can VACUUM the db

This commit is contained in:
tidusjar 2018-01-31 21:24:32 +00:00
parent aa281d249e
commit 57449c77e3
2 changed files with 4 additions and 1 deletions

View file

@ -100,6 +100,9 @@ namespace Ombi.Store.Context
SaveChanges();
}
// VACUUM;
Database.ExecuteSqlCommand("VACUUM;");
//Check if templates exist
var templates = NotificationTemplates.ToList();