Projekt

Obecné

Profil

« Předchozí | Další » 

Revize ceb95b98

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

Added endpoint to get global required annotations, moved configuration to database

Zobrazit rozdíly:

Backend/Core/Contexts/DatabaseContext.cs
23 23
        public DbSet<User> Users { get; set; }
24 24
        public DbSet<Annotation> Annotations { get; set; }
25 25
        public DbSet<Class> Classes { get; set; }
26
        //public DbSet<AnnotationClass> AnnotationsClasses { get; set; }
27 26
        public DbSet<AnnotationTag> AnnotationTags { get; set; }
28 27
        public DbSet<Tag> Tags { get; set; }
29 28
        public DbSet<SubTag> SubTags { get; set; }
30 29
        public DbSet<TagCategory> TagCategories { get; set; }
30
        public DbSet<ConfigurationItem> ConfigurationItems { get; set; }
31 31

  
32 32
        protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
33 33
        {

Také k dispozici: Unified diff