diff --git a/.github/upgrades/scenarios/new-dotnet-version_02bc64/scenario.json b/.github/upgrades/scenarios/new-dotnet-version_02bc64/scenario.json index 2a38050b..616fa0d9 100644 --- a/.github/upgrades/scenarios/new-dotnet-version_02bc64/scenario.json +++ b/.github/upgrades/scenarios/new-dotnet-version_02bc64/scenario.json @@ -3,7 +3,7 @@ "operationId": "02bc6448-a69d-4ff4-a0ec-0db07ec3a09a", "description": "Upgrade solution or project to new version of .NET", "startTime": "2026-03-05T22:18:32.3921759Z", - "lastUpdateTime": "2026-03-08T15:18:13.9904325Z", + "lastUpdateTime": "2026-03-08T15:19:52.8660692Z", "stage": "Execution", "properties": {}, "folderPath": "" diff --git a/Jellyfin.Server/sql/schema_init/create_database_schema.sql b/Jellyfin.Server/sql/schema_init/create_database_schema.sql index 13126685..96a7dc13 100644 --- a/Jellyfin.Server/sql/schema_init/create_database_schema.sql +++ b/Jellyfin.Server/sql/schema_init/create_database_schema.sql @@ -7,6 +7,9 @@ -- Dumped from database version 18.3 -- Dumped by pg_dump version 18.3 +-- NOTE: Database creation is handled automatically by Jellyfin using configuration from database.xml +-- This script only creates schemas, tables, indexes, and constraints within the existing database + SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; diff --git a/sql/schema_init/create_database_schema.sql b/sql/schema_init/create_database_schema.sql index 13126685..96a7dc13 100644 --- a/sql/schema_init/create_database_schema.sql +++ b/sql/schema_init/create_database_schema.sql @@ -7,6 +7,9 @@ -- Dumped from database version 18.3 -- Dumped by pg_dump version 18.3 +-- NOTE: Database creation is handled automatically by Jellyfin using configuration from database.xml +-- This script only creates schemas, tables, indexes, and constraints within the existing database + SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0;