Migrations Down Skript repariert, Eventregistrationservice import hinzugefügt
This commit is contained in:
@ -26,10 +26,10 @@ namespace SZUAbsolventenverein.Module.EventRegistration.Migrations
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
var entityBuilder = new EventEntityBuilder(migrationBuilder, ActiveDatabase);
|
||||
entityBuilder.Drop();
|
||||
var entityBuilder2 = new EventResponseEntityBuilder(migrationBuilder, ActiveDatabase);
|
||||
entityBuilder2.Drop();
|
||||
var responseEB = new EventResponseEntityBuilder(migrationBuilder, ActiveDatabase);
|
||||
responseEB.Drop();
|
||||
var eventEB = new EventEntityBuilder(migrationBuilder, ActiveDatabase);
|
||||
eventEB.Drop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user