DDMAL / cantus

:mag: Searching with Optical Music Recognition technology and the Cantus Database
http://cantus.simssa.ca
MIT License
15 stars 4 forks source link

Remove concordance model and related code #809

Closed dchiller closed 10 months ago

dchiller commented 10 months ago

CAO Concordance information has historically been imported from Cantus Database but never used in Cantus Ultimus. Now that CAO concordances are no longer present in CantusDB (see https://github.com/DDMAL/CantusDB/pull/431), we need to remove them from Cantus Ultimus. As discussed in #797, if this concordance information is ever desired in Cantus Ultimus, it would need to be re-added from Cantus Index.

This PR:

Also, historically, migrations have not been committed to version control (see #562). Migrations should be committed to version control, so we take the opportunity with this model change to do so, removing migrations from .gitignore

Closes #797. Closes #562.