chore: remove legacy C# DatabaseMigrator

This commit is contained in:
alyssa 2026-01-18 06:20:29 -05:00
parent c174a5bd80
commit f12ef84e55
4 changed files with 1 additions and 92 deletions

View file

@ -10,7 +10,6 @@ public class DataStoreModule: Module
protected override void Load(ContainerBuilder builder)
{
builder.RegisterType<DbConnectionCountHolder>().SingleInstance();
builder.RegisterType<DatabaseMigrator>().SingleInstance();
builder.RegisterType<Database>().As<IDatabase>().SingleInstance();
builder.RegisterType<ModelRepository>().AsSelf().SingleInstance();