using System; using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace PowderCoating.Infrastructure.Migrations { /// public partial class AddProfilePictureFilePath : Migration { /// protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "ProfilePictureFilePath", table: "AspNetUsers", type: "nvarchar(max)", nullable: true); migrationBuilder.UpdateData( table: "PricingTiers", keyColumn: "Id", keyValue: 1, column: "CreatedAt", value: new DateTime(2026, 2, 11, 0, 28, 19, 897, DateTimeKind.Utc).AddTicks(5461)); migrationBuilder.UpdateData( table: "PricingTiers", keyColumn: "Id", keyValue: 2, column: "CreatedAt", value: new DateTime(2026, 2, 11, 0, 28, 19, 897, DateTimeKind.Utc).AddTicks(5466)); migrationBuilder.UpdateData( table: "PricingTiers", keyColumn: "Id", keyValue: 3, column: "CreatedAt", value: new DateTime(2026, 2, 11, 0, 28, 19, 897, DateTimeKind.Utc).AddTicks(5469)); } /// protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "ProfilePictureFilePath", table: "AspNetUsers"); migrationBuilder.UpdateData( table: "PricingTiers", keyColumn: "Id", keyValue: 1, column: "CreatedAt", value: new DateTime(2026, 2, 8, 23, 14, 5, 637, DateTimeKind.Utc).AddTicks(5506)); migrationBuilder.UpdateData( table: "PricingTiers", keyColumn: "Id", keyValue: 2, column: "CreatedAt", value: new DateTime(2026, 2, 8, 23, 14, 5, 637, DateTimeKind.Utc).AddTicks(5510)); migrationBuilder.UpdateData( table: "PricingTiers", keyColumn: "Id", keyValue: 3, column: "CreatedAt", value: new DateTime(2026, 2, 8, 23, 14, 5, 637, DateTimeKind.Utc).AddTicks(5512)); } } }