mirror of
https://github.com/Stone-Red-Code/EchoHub.git
synced 2026-09-06 07:46:19 +02:00
feat: implement data migration service to convert ANSI escape codes to printable color tags
This commit is contained in:
@@ -16,6 +16,9 @@ public static class DatabaseSetup
|
||||
|
||||
await MigrateAsync(db, logger);
|
||||
await SeedDefaultChannelAsync(db, logger);
|
||||
|
||||
// Run data migrations (e.g. ANSI → color tag format)
|
||||
await DataMigrationService.RunAsync(services);
|
||||
}
|
||||
|
||||
private static async Task MigrateAsync(EchoHubDbContext db, ILogger logger)
|
||||
|
||||
Reference in New Issue
Block a user