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