mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 08:23:04 +00:00
Reworked PRAGMA statements use
This commit is contained in:
@@ -42,8 +42,6 @@ namespace Emby.Server.Implementations.Data
|
||||
{
|
||||
using (var connection = GetConnection())
|
||||
{
|
||||
RunDefaultInitialization(connection);
|
||||
|
||||
var localUsersTableExists = TableExists(connection, "LocalUsersv2");
|
||||
|
||||
connection.RunQueries(new[] {
|
||||
|
||||
Reference in New Issue
Block a user