mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
update repositories
This commit is contained in:
parent
9ecfb4fd82
commit
61e195c096
11 changed files with 113 additions and 151 deletions
|
|
@ -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)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue