Ignore:
Timestamp:
10/30/25 14:24:10 (11 months ago)
Author:
imbrsk <boris696boris@…>
Branches:
master
Children:
5e22720
Parents:
f844b7e
Message:

Refactored enums

File:
1 moved

Legend:

Unmodified
Added
Removed
  • iknow-api/Migrations/20251030124902_new.Designer.cs

    rf844b7e r586825e  
    1313{
    1414    [DbContext(typeof(AppDbContext))]
    15     [Migration("20251029131316_InitialCreate")]
    16     partial class InitialCreate
     15    [Migration("20251030124902_new")]
     16    partial class @new
    1717    {
    1818        /// <inheritdoc />
    … …  
    151151                        .HasColumnType("timestamp with time zone");
    152152
     153                    b.Property<string>("EMBG")
     154                        .HasColumnType("text");
     155
    153156                    b.Property<string>("Email")
    154157                        .HasColumnType("text");
Note: See TracChangeset for help on using the changeset viewer.