microting/eform-sdk-dotnet

View on GitHub
eFormCore/Migrations/20200122103229_ChangingValueToBeStringForAnswerValue.cs

Summary

Maintainability
A
3 hrs
Test Coverage

Method Down has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        protected override void Down(MigrationBuilder migrationBuilder)
        {
            migrationBuilder.DropForeignKey(
                name: "FK_answer_values_options_OptionId",
                table: "answer_values");

    Method Up has 41 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            protected override void Up(MigrationBuilder migrationBuilder)
            {
                migrationBuilder.DropForeignKey(
                    name: "FK_answer_values_options_OptionsId",
                    table: "answer_values");

      There are no issues that match your filters.

      Category
      Status