CatherineEvelyn / wedding-planner

Wedding Planner Web
2 stars 7 forks source link

Database work #55

Closed KLSharkey closed 7 years ago

KLSharkey commented 7 years ago

What's Happening?

I did a lot of work on the database tables and it looks like the foreign keys are now working so it should make querying easier for when we make vendor's profiles and user's profiles (with the info from the vendors they have booked and the user's that have booked them).

Release Notes

New in this Release

The database doesn't have any of the rows that were created prior to the DB update.

Bug Fixes

Foreign Keys appear to be connected to the User and Vendor tables

Cleanup & Other

Possible Breaking Changes

*I don't think it will effect the vendor list or any other files, but you may check as it changed "users" to "user" in some places (I fixed any I found in main.py).

Related