24ae417a39
- Assign all tables to correct PostgreSQL schemas in EF Core migrations - Fix identifier quoting: replace SQL Server brackets with PostgreSQL double quotes - Use InsertData for placeholder BaseItems row (no raw SQL) - Remove obsolete/Windows publish profiles; set Linux as default - Add detailed migration success and verification reports (Markdown) - Add idempotent, production-ready SQL migration scripts - Add PowerShell script for automated migration verification - Ensures robust, production-ready PostgreSQL migration and documentation
6 lines
338 B
XML
6 lines
338 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<NameOfLastUsedPublishProfile>E:\Projects\pgsql-jellyfin\Jellyfin.Server\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
|
|
</PropertyGroup>
|
|
</Project> |