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.cs

    rf844b7e r586825e  
    88{
    99    /// <inheritdoc />
    10     public partial class InitialCreate : Migration
     10    public partial class @new : Migration
    1111    {
    1212        /// <inheritdoc />
    … …  
    2020                        .Annotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn),
    2121                    Name = table.Column<string>(type: "text", nullable: true),
     22                    EMBG = table.Column<string>(type: "text", nullable: true),
    2223                    Surname = table.Column<string>(type: "text", nullable: true),
    2324                    Index = table.Column<string>(type: "text", nullable: true),
Note: See TracChangeset for help on using the changeset viewer.