feat: Rework first account to be register is admin and no Standard users get created

This commit is contained in:
2026-01-04 17:58:26 +01:00
parent eec7f40e72
commit c5a3ba2b40
21 changed files with 3276 additions and 151 deletions
+4
View File
@@ -23,5 +23,9 @@ namespace CouchLog.Data
public DbSet<SharedListEntity> SharedListEntities { get; set; }
public DbSet<SharedListLabel> SharedListLabels { get; set; }
public DbSet<SharedWatchStatus> SharedWatchStatuses { get; set; }
//Settings
public DbSet<CouchLogState> CouchLogState { get; set; }
public DbSet<AccountsSettings> AccountsSettings { get; set; }
}
}