mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
Reworked PRAGMA statements use
This commit is contained in:
@@ -25,8 +25,6 @@ namespace Emby.Server.Implementations.Security
|
||||
{
|
||||
using (var connection = GetConnection())
|
||||
{
|
||||
RunDefaultInitialization(connection);
|
||||
|
||||
var tableNewlyCreated = !TableExists(connection, "Tokens");
|
||||
|
||||
string[] queries = {
|
||||
|
||||
Reference in New Issue
Block a user