feat: Rework first account to be register is admin and no Standard users get created
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user