Ignore:
Timestamp:
10/22/25 13:20:23 (11 months ago)
Author:
stefansaveski <stefansaveski19@…>
Branches:
master
Children:
5b42c8d
Parents:
5aa102d (diff), 9a57e89 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

test

File:
1 moved

Legend:

Unmodified
Added
Removed
  • iknow-api/Migrations/20251021141534_InitialCreate.cs

    r5aa102d rd025ba3  
    1414        {
    1515            migrationBuilder.CreateTable(
    16                 name: "Users",
     16                name: "User",
    1717                columns: table => new
    1818                {
     
    3030                constraints: table =>
    3131                {
    32                     table.PrimaryKey("PK_Users", x => x.Id);
     32                    table.PrimaryKey("PK_User", x => x.Id);
    3333                });
    3434        }
     
    3838        {
    3939            migrationBuilder.DropTable(
    40                 name: "Users");
     40                name: "User");
    4141        }
    4242    }
Note: See TracChangeset for help on using the changeset viewer.