pacifica / pacifica-metadata

Pacifica core service that stores the metadata for the system
GNU Lesser General Public License v3.0
1 stars 8 forks source link

Add Relationships Part 1 #204

Closed dmlb2000 closed 5 years ago

dmlb2000 commented 5 years ago

Description

This generalizes foreign key columns to be the lower case singular name of the object they are referencing. This also renames cross reference tables to be the lower case singular name of the objects they contain.

This does loose context behind the relationship present in the cross reference tables. However, the next part will address this.

Signed-off-by: David Brown dmlb2000@gmail.com

Issues Resolved

Fix #198

This is a good step toward #202

Check List