mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
Fixed the wrong translation and see if we can VACUUM the db
This commit is contained in:
parent
aa281d249e
commit
57449c77e3
2 changed files with 4 additions and 1 deletions
|
@ -100,6 +100,9 @@ namespace Ombi.Store.Context
|
|||
SaveChanges();
|
||||
}
|
||||
|
||||
// VACUUM;
|
||||
Database.ExecuteSqlCommand("VACUUM;");
|
||||
|
||||
//Check if templates exist
|
||||
var templates = NotificationTemplates.ToList();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue