Ignore:
Timestamp:
10/22/25 13:20:23 (11 months ago)
Author:
stefansaveski <stefansaveski19@…>
Branches:
master
Children:
fc7b4b4
Parents:
c0a75ab (diff), 9694de9 (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.Designer.cs

    rc0a75ab raed1148  
    66using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
    77using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
     8using iknow_api.Core.Data;
    89
    910#nullable disable
     
    1213{
    1314    [DbContext(typeof(AppDbContext))]
    14     [Migration("20251020130122_InitialCreate")]
     15    [Migration("20251021141534_InitialCreate")]
    1516    partial class InitialCreate
    1617    {
     
    2526            NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder);
    2627
    27             modelBuilder.Entity("iknow_api.Models.Users", b =>
     28            modelBuilder.Entity("iknow_api.Core.Models.User", b =>
    2829                {
    2930                    b.Property<int>("Id")
     
    5960                    b.HasKey("Id");
    6061
    61                     b.ToTable("Users");
     62                    b.ToTable("User");
    6263                });
    6364#pragma warning restore 612, 618
Note: See TracChangeset for help on using the changeset viewer.