whatever
This commit is contained in:
parent
cad9aed869
commit
fe2325250c
@ -32,7 +32,6 @@ namespace InternshipSystem.Repository
|
||||
{
|
||||
new Company
|
||||
{
|
||||
Id = 1,
|
||||
Name = "Intel",
|
||||
// SiteAddress = new Uri("https://www.intel.com/content/www/us/en/jobs/locations/poland.html"),
|
||||
Nip = "9570752316",
|
||||
@ -75,7 +74,6 @@ namespace InternshipSystem.Repository
|
||||
},
|
||||
new Company
|
||||
{
|
||||
Id = 2,
|
||||
Name = "Asseco Poland",
|
||||
// SiteAddress = new Uri("http://pl.asseco.com"),
|
||||
Nip = "5842068320",
|
||||
@ -225,7 +223,7 @@ namespace InternshipSystem.Repository
|
||||
new EditionInternshipType
|
||||
{
|
||||
InternshipType = Context.InternshipTypes.First(t => t.Type.Equals("FreeInternship"))
|
||||
},
|
||||
}
|
||||
},
|
||||
Internships = new List<Internship>(),
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ namespace InternshipSystem.Repository
|
||||
|
||||
public InternshipDbContext(DbContextOptions<InternshipDbContext> options)
|
||||
: base(options)
|
||||
{
|
||||
{
|
||||
}
|
||||
|
||||
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) =>
|
||||
|
@ -10,7 +10,7 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||
namespace InternshipSystem.Repository.Migrations
|
||||
{
|
||||
[DbContext(typeof(InternshipDbContext))]
|
||||
[Migration("20201002185255_Initial")]
|
||||
[Migration("20201002222652_Initial")]
|
||||
partial class Initial
|
||||
{
|
||||
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
Loading…
Reference in New Issue
Block a user