Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: При удалении линии организма из CMS удаляются все формы (весь эксперименты) с этой линией #155

Open
const8ine opened this issue Feb 9, 2023 · 1 comment
Assignees

Comments

@const8ine
Copy link
Member

Починить аналогично багу #152

@const8ine
Copy link
Member Author

Work done: a new migration removes the cascade delete on the organism_line table and replaces it with a restrict delete. This means that any records in the gene_intervention_to_vital_process, age_related_change, and lifespan_experiment tables that have a foreign key referencing the organism_line table will not be deleted when a record in the organism_line table is deleted.

const8ine pushed a commit that referenced this issue Mar 8, 2023
#155. Migration: remove cascade delete for line, constraint restrict
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants