diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-10-04 20:31:24 -0400 |
|---|---|---|
| committer | Joshua M. Boniface <joshua@boniface.me> | 2020-10-04 20:31:24 -0400 |
| commit | f2763a71e06c087c940f267313e24fb15dc13d37 (patch) | |
| tree | c33c28ddbf6786132ae784a255125109c8dae725 /Jellyfin.Server.Implementations | |
| parent | 1bfe9713afe6abfc7845e3ab61f4a25f3c0df520 (diff) | |
Rename migrations to match others
Diffstat (limited to 'Jellyfin.Server.Implementations')
| -rw-r--r-- | Jellyfin.Server.Implementations/Migrations/20201004171403_AddMaxActiveSessions.Designer.cs (renamed from Jellyfin.Server.Implementations/Migrations/20201004171403_MaxActiveSessions.Designer.cs) | 4 | ||||
| -rw-r--r-- | Jellyfin.Server.Implementations/Migrations/20201004171403_AddMaxActiveSessions.cs (renamed from Jellyfin.Server.Implementations/Migrations/20201004171403_MaxActiveSessions.cs) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Jellyfin.Server.Implementations/Migrations/20201004171403_MaxActiveSessions.Designer.cs b/Jellyfin.Server.Implementations/Migrations/20201004171403_AddMaxActiveSessions.Designer.cs index 9eac077bd..e5c326a32 100644 --- a/Jellyfin.Server.Implementations/Migrations/20201004171403_MaxActiveSessions.Designer.cs +++ b/Jellyfin.Server.Implementations/Migrations/20201004171403_AddMaxActiveSessions.Designer.cs @@ -11,8 +11,8 @@ using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace Jellyfin.Server.Implementations.Migrations { [DbContext(typeof(JellyfinDb))] - [Migration("20201004171403_MaxActiveSessions")] - partial class MaxActiveSessions + [Migration("20201004171403_AddMaxActiveSessions")] + partial class AddMaxActiveSessions { protected override void BuildTargetModel(ModelBuilder modelBuilder) { diff --git a/Jellyfin.Server.Implementations/Migrations/20201004171403_MaxActiveSessions.cs b/Jellyfin.Server.Implementations/Migrations/20201004171403_AddMaxActiveSessions.cs index f6ed3c66c..8fded7d0a 100644 --- a/Jellyfin.Server.Implementations/Migrations/20201004171403_MaxActiveSessions.cs +++ b/Jellyfin.Server.Implementations/Migrations/20201004171403_AddMaxActiveSessions.cs @@ -5,7 +5,7 @@ using Microsoft.EntityFrameworkCore.Migrations; namespace Jellyfin.Server.Implementations.Migrations { - public partial class MaxActiveSessions : Migration + public partial class AddMaxActiveSessions : Migration { protected override void Up(MigrationBuilder migrationBuilder) { |
