microting/eform-sdk-dotnet

View on GitHub
eFormCore/Migrations/20200513142551_AddingFolderIdToCasesAndCheckListSites.cs

Summary

Maintainability
A
2 hrs
Test Coverage

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

        protected override void Up(MigrationBuilder migrationBuilder)
        {
            migrationBuilder.AddColumn<int>(
                name: "FolderId",
                table: "check_list_sites",

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

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

      There are no issues that match your filters.

      Category
      Status