mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
Removed pgsql from refactor
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Jellyfin.Database.Providers.PgSql;
|
||||
using Jellyfin.Server.Implementations.Migrations;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Xunit;
|
||||
@@ -9,14 +6,6 @@ namespace Jellyfin.Server.Implementations.Tests.EfMigrations;
|
||||
|
||||
public class EfMigrationTests
|
||||
{
|
||||
[Fact]
|
||||
public void CheckForUnappliedMigrations_PgSQL()
|
||||
{
|
||||
var dbDesignContext = new PgSqlDesignTimeJellyfinDbFactory();
|
||||
var context = dbDesignContext.CreateDbContext([]);
|
||||
Assert.False(context.Database.HasPendingModelChanges(), "There are unapplied changes to the EFCore model for PgSQL. Please create a Migration.");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void CheckForUnappliedMigrations_SqLite()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user