Ignore:
Timestamp:
01/26/21 13:55:15 (3 years ago)
Author:
DimitarSlezenkovski <dslezenkovski@…>
Branches:
master
Children:
7520f88
Parents:
db484c9
Message:

Fix create user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • FarmatikoData/FarmatikoDataContext.cs

    rdb484c9 r7d80751  
    3838                .ToTable("PHRequests");
    3939
    40             modelBuilder.Entity<Medicine>()
     40            /*modelBuilder.Entity<Medicine>()
    4141                .Property(x => x.Id)
    4242                .HasIdentityOptions(startValue: 1);
     
    5656            modelBuilder.Entity<RequestPharmacyHead>()
    5757                .Property(x => x.Id)
    58                 .HasIdentityOptions(startValue: 1);
     58                .HasIdentityOptions(startValue: 1);*/
    5959
    6060            /*modelBuilder.Entity<User>()
Note: See TracChangeset for help on using the changeset viewer.