fix: add migrations for stored procedure and privacy field in playlists
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user