修改测试迁移
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-09-12 23:51:51 +08:00
parent c9b1e5f92a
commit 603f6e095c
15 changed files with 616 additions and 107 deletions
@@ -26,11 +26,14 @@ public partial class IRCContext : DbContext
//public virtual DbSet<ReadModule> ReadModule { get; set; }
//public virtual DbSet<TestStringLength> TestStringLength { get; set; }
public virtual DbSet<TestStr> TestStr { get; set; }
public virtual DbSet<Project> Project { get; set; }
public virtual DbSet<ProjectUser> ProjectUser { get; set; }
public virtual DbSet<ProjectUser2> ProjectUser2 { get; set; }
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)