-
Notifications
You must be signed in to change notification settings - Fork 543
Added a control to publishing a Dataset and cleaning dataversesubjects table #11551
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
Merged
ofahimIQSS
merged 5 commits into
IQSS:develop
from
Recherche-Data-Gouv:11536-Inconsistency-between-subject-metrics-for-dataverses-and-datasets
Aug 21, 2025
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
1de2bbf
Added a control to publishing a Dataset and cleaning the dataversesub…
stevenferey 2bcd34e
Increment name SQL script
stevenferey 261c01c
Merge branch 'develop' into 11536-Inconsistency-between-subject-metri…
stevenferey c494103
Adapted the name of the SQL script for the release of Dataverse 6.8
stevenferey 87df34f
Merge branch 'develop' into 11536-Inconsistency-between-subject-metri…
pdurbin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| -- remove dataversesubjects entries with a controlledvocabularyvalue_id matching "N/A" | ||
| DELETE FROM dataversesubjects WHERE controlledvocabularyvalue_id = 1 ; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have been called V6.7.1.2.sql
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stevenferey we had to revert this in PR #11759 because the Flyway script had the wrong name. Can you please create a fresh PR? Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pdurbin, I just created PR #11765 .
I hope this works. Thanks.