Catalog
This commit is contained in:
@ -6,6 +6,7 @@ using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using isnd.Data;
|
||||
using isnd.Data.ApiKeys;
|
||||
using isnd.Data.Catalog;
|
||||
|
||||
namespace isnd.Data
|
||||
{
|
||||
@ -28,5 +29,6 @@ namespace isnd.Data
|
||||
public DbSet<ApiKey> ApiKeys { get; set; }
|
||||
public DbSet<Package> Packages { get; set; }
|
||||
public DbSet<PackageVersion> PackageVersions { get; set; }
|
||||
public DbSet<Commit> Commits { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user