using System; using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace LANCommander.Migrations { public partial class SimplifyUserNavigation : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.DropForeignKey( name: "FK_Archive_AspNetUsers_CreatedById", table: "Archive"); migrationBuilder.DropForeignKey( name: "FK_Archive_AspNetUsers_UpdatedById", table: "Archive"); migrationBuilder.DropForeignKey( name: "FK_Companies_AspNetUsers_CreatedById", table: "Companies"); migrationBuilder.DropForeignKey( name: "FK_Companies_AspNetUsers_UpdatedById", table: "Companies"); migrationBuilder.DropForeignKey( name: "FK_Games_AspNetUsers_CreatedById", table: "Games"); migrationBuilder.DropForeignKey( name: "FK_Games_AspNetUsers_UpdatedById", table: "Games"); migrationBuilder.DropForeignKey( name: "FK_Tags_AspNetUsers_CreatedById", table: "Tags"); migrationBuilder.DropForeignKey( name: "FK_Tags_AspNetUsers_UpdatedById", table: "Tags"); migrationBuilder.AlterColumn( name: "UpdatedById", table: "Tags", type: "TEXT", nullable: true, oldClrType: typeof(Guid), oldType: "TEXT"); migrationBuilder.AlterColumn( name: "CreatedById", table: "Tags", type: "TEXT", nullable: true, oldClrType: typeof(Guid), oldType: "TEXT"); migrationBuilder.AlterColumn( name: "UpdatedById", table: "Games", type: "TEXT", nullable: true, oldClrType: typeof(Guid), oldType: "TEXT"); migrationBuilder.AlterColumn( name: "CreatedById", table: "Games", type: "TEXT", nullable: true, oldClrType: typeof(Guid), oldType: "TEXT"); migrationBuilder.AlterColumn( name: "UpdatedById", table: "Companies", type: "TEXT", nullable: true, oldClrType: typeof(Guid), oldType: "TEXT"); migrationBuilder.AlterColumn( name: "CreatedById", table: "Companies", type: "TEXT", nullable: true, oldClrType: typeof(Guid), oldType: "TEXT"); migrationBuilder.AlterColumn( name: "UpdatedById", table: "Archive", type: "TEXT", nullable: true, oldClrType: typeof(Guid), oldType: "TEXT"); migrationBuilder.AlterColumn( name: "CreatedById", table: "Archive", type: "TEXT", nullable: true, oldClrType: typeof(Guid), oldType: "TEXT"); migrationBuilder.AddForeignKey( name: "FK_Archive_AspNetUsers_CreatedById", table: "Archive", column: "CreatedById", principalTable: "AspNetUsers", principalColumn: "Id"); migrationBuilder.AddForeignKey( name: "FK_Archive_AspNetUsers_UpdatedById", table: "Archive", column: "UpdatedById", principalTable: "AspNetUsers", principalColumn: "Id"); migrationBuilder.AddForeignKey( name: "FK_Companies_AspNetUsers_CreatedById", table: "Companies", column: "CreatedById", principalTable: "AspNetUsers", principalColumn: "Id"); migrationBuilder.AddForeignKey( name: "FK_Companies_AspNetUsers_UpdatedById", table: "Companies", column: "UpdatedById", principalTable: "AspNetUsers", principalColumn: "Id"); migrationBuilder.AddForeignKey( name: "FK_Games_AspNetUsers_CreatedById", table: "Games", column: "CreatedById", principalTable: "AspNetUsers", principalColumn: "Id"); migrationBuilder.AddForeignKey( name: "FK_Games_AspNetUsers_UpdatedById", table: "Games", column: "UpdatedById", principalTable: "AspNetUsers", principalColumn: "Id"); migrationBuilder.AddForeignKey( name: "FK_Tags_AspNetUsers_CreatedById", table: "Tags", column: "CreatedById", principalTable: "AspNetUsers", principalColumn: "Id"); migrationBuilder.AddForeignKey( name: "FK_Tags_AspNetUsers_UpdatedById", table: "Tags", column: "UpdatedById", principalTable: "AspNetUsers", principalColumn: "Id"); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropForeignKey( name: "FK_Archive_AspNetUsers_CreatedById", table: "Archive"); migrationBuilder.DropForeignKey( name: "FK_Archive_AspNetUsers_UpdatedById", table: "Archive"); migrationBuilder.DropForeignKey( name: "FK_Companies_AspNetUsers_CreatedById", table: "Companies"); migrationBuilder.DropForeignKey( name: "FK_Companies_AspNetUsers_UpdatedById", table: "Companies"); migrationBuilder.DropForeignKey( name: "FK_Games_AspNetUsers_CreatedById", table: "Games"); migrationBuilder.DropForeignKey( name: "FK_Games_AspNetUsers_UpdatedById", table: "Games"); migrationBuilder.DropForeignKey( name: "FK_Tags_AspNetUsers_CreatedById", table: "Tags"); migrationBuilder.DropForeignKey( name: "FK_Tags_AspNetUsers_UpdatedById", table: "Tags"); migrationBuilder.AlterColumn( name: "UpdatedById", table: "Tags", type: "TEXT", nullable: false, defaultValue: new Guid("00000000-0000-0000-0000-000000000000"), oldClrType: typeof(Guid), oldType: "TEXT", oldNullable: true); migrationBuilder.AlterColumn( name: "CreatedById", table: "Tags", type: "TEXT", nullable: false, defaultValue: new Guid("00000000-0000-0000-0000-000000000000"), oldClrType: typeof(Guid), oldType: "TEXT", oldNullable: true); migrationBuilder.AlterColumn( name: "UpdatedById", table: "Games", type: "TEXT", nullable: false, defaultValue: new Guid("00000000-0000-0000-0000-000000000000"), oldClrType: typeof(Guid), oldType: "TEXT", oldNullable: true); migrationBuilder.AlterColumn( name: "CreatedById", table: "Games", type: "TEXT", nullable: false, defaultValue: new Guid("00000000-0000-0000-0000-000000000000"), oldClrType: typeof(Guid), oldType: "TEXT", oldNullable: true); migrationBuilder.AlterColumn( name: "UpdatedById", table: "Companies", type: "TEXT", nullable: false, defaultValue: new Guid("00000000-0000-0000-0000-000000000000"), oldClrType: typeof(Guid), oldType: "TEXT", oldNullable: true); migrationBuilder.AlterColumn( name: "CreatedById", table: "Companies", type: "TEXT", nullable: false, defaultValue: new Guid("00000000-0000-0000-0000-000000000000"), oldClrType: typeof(Guid), oldType: "TEXT", oldNullable: true); migrationBuilder.AlterColumn( name: "UpdatedById", table: "Archive", type: "TEXT", nullable: false, defaultValue: new Guid("00000000-0000-0000-0000-000000000000"), oldClrType: typeof(Guid), oldType: "TEXT", oldNullable: true); migrationBuilder.AlterColumn( name: "CreatedById", table: "Archive", type: "TEXT", nullable: false, defaultValue: new Guid("00000000-0000-0000-0000-000000000000"), oldClrType: typeof(Guid), oldType: "TEXT", oldNullable: true); migrationBuilder.AddForeignKey( name: "FK_Archive_AspNetUsers_CreatedById", table: "Archive", column: "CreatedById", principalTable: "AspNetUsers", principalColumn: "Id", onDelete: ReferentialAction.Cascade); migrationBuilder.AddForeignKey( name: "FK_Archive_AspNetUsers_UpdatedById", table: "Archive", column: "UpdatedById", principalTable: "AspNetUsers", principalColumn: "Id", onDelete: ReferentialAction.Cascade); migrationBuilder.AddForeignKey( name: "FK_Companies_AspNetUsers_CreatedById", table: "Companies", column: "CreatedById", principalTable: "AspNetUsers", principalColumn: "Id", onDelete: ReferentialAction.Cascade); migrationBuilder.AddForeignKey( name: "FK_Companies_AspNetUsers_UpdatedById", table: "Companies", column: "UpdatedById", principalTable: "AspNetUsers", principalColumn: "Id", onDelete: ReferentialAction.Cascade); migrationBuilder.AddForeignKey( name: "FK_Games_AspNetUsers_CreatedById", table: "Games", column: "CreatedById", principalTable: "AspNetUsers", principalColumn: "Id", onDelete: ReferentialAction.Cascade); migrationBuilder.AddForeignKey( name: "FK_Games_AspNetUsers_UpdatedById", table: "Games", column: "UpdatedById", principalTable: "AspNetUsers", principalColumn: "Id", onDelete: ReferentialAction.Cascade); migrationBuilder.AddForeignKey( name: "FK_Tags_AspNetUsers_CreatedById", table: "Tags", column: "CreatedById", principalTable: "AspNetUsers", principalColumn: "Id", onDelete: ReferentialAction.Cascade); migrationBuilder.AddForeignKey( name: "FK_Tags_AspNetUsers_UpdatedById", table: "Tags", column: "UpdatedById", principalTable: "AspNetUsers", principalColumn: "Id", onDelete: ReferentialAction.Cascade); } } }