continue jquery removal

This commit is contained in:
Luke Pulverenti
2016-06-24 12:51:13 -04:00
parent 3950bbc013
commit cb9079e0bd
2 changed files with 2 additions and 4 deletions

View File

@@ -71,6 +71,8 @@ namespace MediaBrowser.Server.Implementations.Persistence
"create unique index if not exists UserDataDb.userdataindex on userdata (key, userId)",
"create index if not exists UserDataDb.userdataindex2 on userdata (key, userId, played)",
"create index if not exists UserDataDb.userdataindex3 on userdata (key, userId, playbackPositionTicks)",
"create index if not exists UserDataDb.userdataindex4 on userdata (key, userId, isFavorite)",
//pragmas
"pragma temp_store = memory",