broadinstitute / seqr

web-based analysis tool for rare disease genomics
GNU Affero General Public License v3.0
176 stars 89 forks source link

Shared saved searches in source control #4308

Closed hanars closed 3 months ago

hanars commented 3 months ago

Django's loaddata command will update data in the database based on fixture json. If PK is specified, Django will create a model with that pk if none exists, or will update the existing model if it does. There is no harm in running the command if nothing changes

This PR encodes our current saved searches into source control with no change