1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-31 03:41:24 +00:00

Fixed issue where migrration would run on every page load.

This commit is contained in:
kay.one 2011-06-17 19:06:20 -07:00
parent f2fdece18a
commit 45a51497b6

View file

@ -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