Ignore:
Timestamp:
04/11/22 15:29:19 (2 years ago)
Author:
Danilo <danilo.najkov@…>
Branches:
master
Children:
7a983b0
Parents:
b66b3ac
Message:

backend full

File:
1 edited

Legend:

Unmodified
Added
Removed
  • backend/Migrations/DataContextModelSnapshot.cs

    rb66b3ac r057037b  
    3838                        .IsRequired()
    3939                        .HasColumnType("text");
     40
     41                    b.Property<int>("Persons")
     42                        .HasColumnType("integer");
    4043
    4144                    b.Property<int>("ReservationPlace")
     
    9295                    NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id"));
    9396
    94                     b.Property<string>("Password")
     97                    b.Property<string>("Email")
    9598                        .IsRequired()
    9699                        .HasColumnType("text");
    97100
    98                     b.Property<string>("Username")
     101                    b.Property<string>("Password")
    99102                        .IsRequired()
    100103                        .HasColumnType("text");
Note: See TracChangeset for help on using the changeset viewer.