mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
update repositories
This commit is contained in:
@@ -51,8 +51,6 @@ namespace Emby.Server.Implementations.Data
|
||||
{
|
||||
string[] queries = {
|
||||
|
||||
"pragma temp_store = memory",
|
||||
|
||||
"create table if not exists userdata (key nvarchar, userId GUID, rating float null, played bit, playCount int, isFavorite bit, playbackPositionTicks bigint, lastPlayedDate datetime null)",
|
||||
|
||||
"create table if not exists DataSettings (IsUserDataImported bit)",
|
||||
|
||||
Reference in New Issue
Block a user