mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 06:59:47 -04:00
Fixed issue where migrration would run on every page load.
This commit is contained in:
@@ -12,6 +12,8 @@ public class MigrationsHelper
|
||||
|
||||
public static void Run(string connetionString, bool trace)
|
||||
{
|
||||
if (IsMigrated) return;
|
||||
IsMigrated = true;
|
||||
Logger.Info("Preparing run database migration");
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user