DASSL / ClassDB

An open-source system to let students experiment with relational data
https://dassl.github.io/ClassDB/
Other
8 stars 2 forks source link

The ER diagram is missing attributes (M) #156

Closed smurthys closed 6 years ago

smurthys commented 6 years ago

The User entity in the ERD is missing the attribute LastDDLOperation.

Note: PNG versions need to be generated in 100% and 80% sizes for the updated ERD. See comments in PR #153 for additional information.

KevinKelly25 commented 6 years ago

Added PR #157 to address this issue in docs. However, I still need to modify the M2 design document in the wiki to reflect this missing attribute.

KevinKelly25 commented 6 years ago

Updated M2 Design Outline

smurthys commented 6 years ago

@KevinKelly25 I see the original error is in the design outline. Thanks for spotting and fixing that.

KevinKelly25 commented 6 years ago

Fixed by PR #157