diff --git a/Iceshrimp.Backend/Core/Database/Migrations/v2024.1-beta4/20241022090702_AddNoteThread.cs b/Iceshrimp.Backend/Core/Database/Migrations/v2024.1-beta4/20241022090702_AddNoteThread.cs index 7e310ebb..0157da64 100644 --- a/Iceshrimp.Backend/Core/Database/Migrations/v2024.1-beta4/20241022090702_AddNoteThread.cs +++ b/Iceshrimp.Backend/Core/Database/Migrations/v2024.1-beta4/20241022090702_AddNoteThread.cs @@ -14,6 +14,9 @@ namespace Iceshrimp.Backend.Core.Database.Migrations /// protected override void Up(MigrationBuilder migrationBuilder) { + Console.WriteLine("Recomputing note thread identifiers, please hang tight!"); + Console.WriteLine("This may take a long time (15-30 minutes), especially if your database is unusually large or you're running low end hardware."); + migrationBuilder.CreateTable( name: "note_thread", columns: table => new