diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-10-23 18:45:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-23 18:45:47 -0400 |
| commit | 931f5f2e6a7e790dd28e3c35f6b7fd49ad00fed1 (patch) | |
| tree | 9fb45a97f22c1d0c5ef4f8dbc88fec851be6792a /MediaBrowser.Server.Startup.Common | |
| parent | b9b70da03eeb324d8661f4b2fa5615091e23cc45 (diff) | |
| parent | ee1c536171a9d45009fdb68bcd8b3141a3390c5e (diff) | |
Merge pull request #2254 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Server.Startup.Common')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/Migrations/DbMigration.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/Migrations/DbMigration.cs b/MediaBrowser.Server.Startup.Common/Migrations/DbMigration.cs index 6bcdcca879..5705b3a59a 100644 --- a/MediaBrowser.Server.Startup.Common/Migrations/DbMigration.cs +++ b/MediaBrowser.Server.Startup.Common/Migrations/DbMigration.cs @@ -1,6 +1,7 @@ using System.Threading.Tasks; using MediaBrowser.Common.ScheduledTasks; using MediaBrowser.Controller.Configuration; +using MediaBrowser.Model.Tasks; using MediaBrowser.Server.Implementations.Persistence; namespace MediaBrowser.Server.Startup.Common.Migrations |
