Skip to content

Merge django and thesauri databases together

Dennis Camera requested to merge single-db into master

Since no database migrations exist for the thesauri database connection and the thesauri schema has foreign keys referring to columns in the django schema, effectively linking them together, I concluded that it would make more sense to merge them together into a common Django database with Django ORM migrations.

Merge request reports

Loading