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