a3eb4b1b57
- Added Jellyfin.Database.Providers.Postgres project with full EF Core migration support for PostgreSQL. - Implemented automatic database creation and privilege assignment on startup. - Generated initial migration and model snapshot for PostgreSQL schema. - Updated build, test, and dependency files to include PostgreSQL provider and Npgsql packages. - Added PowerShell script for generating and testing PostgreSQL migrations. - No changes to application logic outside database provider/migration infrastructure.
9 lines
763 B
XML
9 lines
763 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
|
|
<Project>
|
|
<PropertyGroup>
|
|
<_PublishTargetUrl>E:\Program Files\Jellyfin</_PublishTargetUrl>
|
|
<History>True|2026-02-22T23:46:50.8399883Z||;True|2026-02-22T18:36:34.2983199-05:00||;True|2026-02-22T18:33:05.9495883-05:00||;True|2026-02-22T18:28:09.3531365-05:00||;True|2026-02-22T18:23:19.7767548-05:00||;True|2026-02-22T18:03:49.9702878-05:00||;True|2026-02-22T17:31:43.8027839-05:00||;True|2026-02-22T17:14:22.1722691-05:00||;True|2026-02-22T17:07:09.6937759-05:00||;True|2026-02-22T16:29:37.5643134-05:00||;True|2026-02-22T16:05:05.3412117-05:00||;True|2026-02-22T15:59:39.7645693-05:00||;</History>
|
|
<LastFailureDetails />
|
|
</PropertyGroup>
|
|
</Project> |