fix: add migrations for stored procedure and privacy field in playlists

This commit is contained in:
2026-01-25 20:53:01 +01:00
parent ac2b6aba6e
commit 0b74cf2daa
9 changed files with 1191 additions and 1119 deletions

View File

@@ -67,7 +67,7 @@ public class Seeder
}
else
Console.WriteLine("Upgrade detected. Make sure you're using the most recent migrations.\n" +
"If not, apply them with `dotnet ef database update`.\n");
"If not, apply them automatically or with `dotnet ef database update`.\n");
lastVersion.Value = ThisAssembly.Git.Commit;
lastVersionDate.Value = ThisAssembly.Git.CommitDate;