mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -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)
|
public void Start(IDbConnection con)
|
||||||
{
|
{
|
||||||
UpdateCustomSettings();
|
//UpdateCustomSettings(); Turned off the migration for now until the search has been improved on.
|
||||||
UpdateSchema(con, Version);
|
//UpdateSchema(con, Version);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void UpdateCustomSettings()
|
private void UpdateCustomSettings()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue