DDMAL / CantusDB

A new site for Cantus Database running under Django.
https://cantusdatabase.org
MIT License
5 stars 6 forks source link

Fixed: Remove the RISM Sigla table #1528

Closed ahankinson closed 1 month ago

ahankinson commented 1 month ago

This removes the RISM Sigla table and all the places where it is referenced in the code.

I have saved a local backup of the data in CSV before exporting.

Running the migration will delete the table and all the data in the database.

Fixes #1508

ahankinson commented 1 month ago

After further testing, I think this needs to be applied after 1505, otherwise the migrations get messed up. So I will close this and open a new PR with a new migration