espent1004
|
0365b52e66
|
Extended identity api so that the AspNetUsers table also contains a column called TenantId, so that this can be used to check what tenant a user belongs to.
|
2020-02-01 19:47:35 +01:00 |
|
Miguel Veloso
|
63a325e92e
|
Fix non-structured traces
|
2019-02-22 15:05:28 +00:00 |
|
Miguel Veloso
|
954d8718a8
|
Fix improper use of AddRangeAsync for seeding entities that don't use the SequenceHiLo key generation strategy, as per https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbset-1.addrangeasync?view=efcore-2.0
|
2018-02-20 23:35:41 +00:00 |
|
Robert Raboud
|
2451ab9dff
|
Changed AddRange to AddRangeAwait
|
2018-01-30 08:16:20 -05:00 |
|
Unai Zorrilla Castro
|
226c03b573
|
Refactoring all dbcontext seed using new MigrateDbContext extension method on IWebHost. This prevent errors when using dotnet ef cli and seeders in Startup
|
2017-09-13 14:53:06 +02:00 |
|