using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace Authinator.Migrations { /// public partial class _02A5FFA6D3364CB6B7DE3BACD30101F0 : Migration { /// protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "Iteration", table: "Users", type: "INTEGER", nullable: false, defaultValue: 0); } /// protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "Iteration", table: "Users"); } } }