Rename models on backend
This commit is contained in:
@@ -7,8 +7,8 @@ namespace WebAPI
|
||||
public class AppDbContext : DbContext
|
||||
{
|
||||
public DbSet<User> Users { get; set; }
|
||||
public DbSet<DataSet> DataSets { get; set; }
|
||||
public DbSet<DataRow> DataRows { get; set; }
|
||||
public DbSet<Layer> DataSets { get; set; }
|
||||
public DbSet<Record> DataRows { get; set; }
|
||||
|
||||
public AppDbContext(DbContextOptions<AppDbContext> options) : base(options)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user