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
19 lines
817 B
XML
19 lines
817 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
|
|
<Project>
|
|
<PropertyGroup>
|
|
<DeleteExistingFiles>false</DeleteExistingFiles>
|
|
<ExcludeApp_Data>false</ExcludeApp_Data>
|
|
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
|
|
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
|
<PublishProvider>FileSystem</PublishProvider>
|
|
<PublishUrl>E:\Program Files\Jellyfin-win</PublishUrl>
|
|
<WebPublishMethod>FileSystem</WebPublishMethod>
|
|
<_TargetId>Folder</_TargetId>
|
|
<SiteUrlToLaunchAfterPublish />
|
|
<TargetFramework>net11.0</TargetFramework>
|
|
<ProjectGuid>07e39f42-a2c6-4b32-af8c-725f957a73ff</ProjectGuid>
|
|
<SelfContained>false</SelfContained>
|
|
</PropertyGroup>
|
|
</Project> |