mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
turned off migration for now
This commit is contained in:
parent
ffc3d6aa8a
commit
a8dd6905fd
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ namespace Ombi.Core.Migration.Migrations
|
|||
|
||||
public void Start(IDbConnection con)
|
||||
{
|
||||
UpdateCustomSettings();
|
||||
UpdateSchema(con, Version);
|
||||
//UpdateCustomSettings(); Turned off the migration for now until the search has been improved on.
|
||||
//UpdateSchema(con, Version);
|
||||
}
|
||||
|
||||
private void UpdateCustomSettings()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue