mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-27 18:21:50 +08:00
Remove duplicated task outputs deletion [SCI-2619]
This commit is contained in:
parent
bc1cd39229
commit
ca6fc84ae2
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ class UserDataDeletion
|
|||
my_module.results.destroy_all
|
||||
my_module.my_module_tags.destroy_all
|
||||
my_module.task_comments.destroy_all
|
||||
my_module.outputs.destroy_all
|
||||
my_module.my_module_repository_rows.destroy_all
|
||||
my_module.user_my_modules.destroy_all
|
||||
my_module.report_elements.destroy_all
|
||||
|
|
Loading…
Reference in a new issue