eFormCore/Migrations/20200120093951_CleanupInSight.cs
Method Up
has 68 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<int>(
name: "MicrotingUid",
table: "survey_configurations",
Method Down
has 54 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: "MicrotingUid",
table: "survey_configurations");