mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
expose Tmdb collection id in editor.
This commit is contained in:
@@ -45,7 +45,9 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||
"create index if not exists idx_Notifications on Notifications(Id, UserId)",
|
||||
|
||||
//pragmas
|
||||
"pragma temp_store = memory"
|
||||
"pragma temp_store = memory",
|
||||
|
||||
"pragma shrink_memory"
|
||||
};
|
||||
|
||||
_connection.RunQueries(queries, _logger);
|
||||
|
||||
Reference in New Issue
Block a user