eFormCore/Migrations/20190923100451_ChangeStringToInt.cs
Method Up
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AlterColumn<int>(
name: "MicrotingUid",
table: "notifications",
Method Down
has 68 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected override void Down(MigrationBuilder migrationBuilder)
{
migrationBuilder.AlterColumn<string>(
name: "MicrotingUid",
table: "notifications",