postit and them also

This commit is contained in:
Paul Schneider 2026-06-10 00:23:17 +01:00
commit fa7d6242f1
18 changed files with 5322 additions and 121 deletions

View file

@ -385,6 +385,10 @@ namespace Yavsc.Models
public DbSet<BlogSpotPublication> blogSpotPublications { get; set; }
public DbSet<UploadedFile> UploadedFiles { get; set; }
public DbSet<BlogAttachedFile> BlogAttachedFiles { get; set; }
public DbSet<Client> Clients { get; set; }
public DbSet<ClientIdPRestriction> ClientIdPRestrictions { get; set; }
public DbSet<ClientProperty> ClientProperties { get; set; }