sqlite fix
This commit is contained in:
@@ -169,7 +169,7 @@ in {
|
||||
fi
|
||||
''}
|
||||
|
||||
${pkgs.sqlite3}/bin/sqlite3 ${serverCfg.configPath}/jellyfin/data/data/jellyfin.db <<EOF
|
||||
${pkgs.sqlite}/bin/sqlite3 ${serverCfg.configPath}/jellyfin/data/data/jellyfin.db <<EOF
|
||||
INSERT OR IGNORE INTO ApiKeys (Id, Token, AppName, DeviceName, DateCreated, DateLastActivity)
|
||||
VALUES (
|
||||
lower(hex(randomblob(16))),
|
||||
|
||||
Reference in New Issue
Block a user