Mergpijp / franciscanauthors

Scraping from old website and building it into a new webapplication using Django.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Create Affiliation table #8

Closed ThijsRU closed 3 years ago

ThijsRU commented 3 years ago

It seems that there is no place right now in the database for the information on the affiliation ('orde') of each FA. In a separate table it should be made possible to add each unique affiliation and link a FA to this table FA from the Author table or via a many-to-many table in case one FA has more than 1 affiliation.

ThijsRU commented 3 years ago

Or add affiliation table in Author

Mergpijp commented 3 years ago

done