PostgreSQL: replace EF migrations with SQL-first initialization, fix connection handling, and update setup docs #1

Merged
wjones merged 24 commits from upgrade-to-NET11 into main 2026-04-13 15:07:36 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 45dc885cd5 - Show all commits
@@ -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-10T17:43:12.8279563Z",
"lastUpdateTime": "2026-03-10T18:53:32.2939764Z",
"stage": "Execution",
"properties": {},
"folderPath": ""
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<NameOfLastUsedPublishProfile>D:\Projects\pgsql-jellyfin\Jellyfin.Server\Properties\PublishProfiles\SelfContained-Win-x64.pubxml</NameOfLastUsedPublishProfile>
<NameOfLastUsedPublishProfile>D:\Projects\pgsql-jellyfin\Jellyfin.Server\Properties\PublishProfiles\SelfContained-Linux-x64.pubxml</NameOfLastUsedPublishProfile>
</PropertyGroup>
</Project>