Closed XGRATION closed 4 years ago
The table names in mapping does not match table names in SQL scripts. I would think the underscores (_) should be removed or?
Ahh.. my fault! There are different mapping profiles for MS SQL and Postgre SQL.
Correct :-) postgresql can't have uppercasing
But I think the table in IdentityUserClaimMappingMsSql should be named AspNetUserClaims to match the table creation scripts and the default naming for "Identity".
The table names in mapping does not match table names in SQL scripts. I would think the underscores (_) should be removed or?