DiscoTrayStudios / family-promise

This is the repository for the actual family promise project
0 stars 6 forks source link

DBInitializer is not working for Persons, Cases #67

Open souvorinkg opened 4 months ago

souvorinkg commented 4 months ago
image

When browsing through a newly initialized DB on DB browser, referrals, and Resource properly initialize.

However, Case and Person do not:

image

Even though they are both initialized in the same file, Dbinitializer.cs:

image

One potential problem may be that we have changed the structure of case, and person, while resource, referral have stayed constant. We may have renamed an attribute of these tables.

This may be the issue behind the client page throwing lots of DB errors.