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

[SQL] Removed insertion or updates in mri_acquisition_dates #463

Merged
merged 1 commit into from
Jul 30, 2019

Conversation

cmadjar
Copy link
Collaborator

@cmadjar cmadjar commented Jul 17, 2019

Description

The associated PR aces/Loris#4962 on the LORIS side removes the mri_acquisition_dates table from the database as this table does not necessarily store the correct acquisition date. Instead, replaced all the queries to look for the minimal date present in the parameter_file table which is more robust than what was stored in mri_acquisition_dates.

Note: the decision to remove this table was taken during an imaging meeting in 2017 and confirmed at an other imaging meeting in 2019.

Links to related tickets (Github, Redmine, ...)

https://redmine.cbrain.mcgill.ca/issues/6040

Copy link
Contributor

@ycAbout ycAbout left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks all good to me.

driusan pushed a commit to aces/Loris that referenced this pull request Jul 30, 2019
…ORIS code (#4962)

This removes the mri_acquisition_dates table from the database as this table does not necessarily store the correct acquisition date. Instead, replaced all the queries to look for the minimal date present in the parameter_file table which is more robust than what was stored in mri_acquisition_dates.

Note: the decision to remove this table was taken during an imaging meeting in 2017 and confirmed at an other imaging meeting in 2019.

See also aces/Loris-MRI#463
@cmadjar cmadjar removed the Blocked Merge it and you die label Jul 30, 2019
@cmadjar cmadjar changed the base branch from minor to major July 30, 2019 20:03
@cmadjar cmadjar merged commit 69d9ca8 into aces:major Jul 30, 2019
@cmadjar cmadjar deleted the delete_mri_acquisition_dates_table branch July 30, 2019 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants