using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace Authinator.Migrations { /// public partial class _08CE75A7A8A84B349DC4DFA5960EBB1E : Migration { /// protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "Enabled", table: "ACLs", type: "INTEGER", nullable: false, defaultValue: false, oldClrType: typeof(bool), oldType: "INTEGER", oldNullable: true, oldDefaultValue: true); } /// protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "Enabled", table: "ACLs", type: "INTEGER", nullable: true, defaultValue: true, oldClrType: typeof(bool), oldType: "INTEGER"); } } }