main #37

Merged
seonkyu.kim merged 36 commits from seonkyu.kim/AcaMate_API:main into debug 2025-05-19 06:47:45 +00:00
Showing only changes of commit 3c70f767a1 - Show all commits

View File

@ -38,6 +38,7 @@ public class AppDbContext: DbContext
//MARK: LOG
public DbSet<LogPush> LogPush { get; set; }
public DbSet<LogUser> LogUser { get; set; }
public DbSet<LogProject> LogProject { get; set; }
protected override void OnModelCreating(ModelBuilder modelBuilder)
{