using System; using Microsoft.EntityFrameworkCore.Migrations; namespace BlazingPizza.Server.Migrations { public partial class Baseline : Migration { protected override void Up(MigrationBuilder migrationBuilder) { } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropTable( name: "AspNetRoleClaims"); migrationBuilder.DropTable( name: "AspNetUserClaims"); migrationBuilder.DropTable( name: "AspNetUserLogins"); migrationBuilder.DropTable( name: "AspNetUserRoles"); migrationBuilder.DropTable( name: "AspNetUserTokens"); migrationBuilder.DropTable( name: "DeviceCodes"); migrationBuilder.DropTable( name: "NotificationSubscriptions"); migrationBuilder.DropTable( name: "PersistedGrants"); migrationBuilder.DropTable( name: "PizzaTopping"); migrationBuilder.DropTable( name: "AspNetRoles"); migrationBuilder.DropTable( name: "AspNetUsers"); migrationBuilder.DropTable( name: "Pizzas"); migrationBuilder.DropTable( name: "Toppings"); migrationBuilder.DropTable( name: "Orders"); migrationBuilder.DropTable( name: "Specials"); migrationBuilder.DropTable( name: "Address"); } } }