Ensure FKs and indices in targetedms schema#1184
Draft
ankurjuneja wants to merge 2 commits intodevelopfrom
Draft
Ensure FKs and indices in targetedms schema#1184ankurjuneja wants to merge 2 commits intodevelopfrom
ankurjuneja wants to merge 2 commits intodevelopfrom
Conversation
labkey-adam
reviewed
Mar 10, 2026
| public Double getSchemaVersion() | ||
| { | ||
| return 26.002; | ||
| return 26.004; |
Contributor
There was a problem hiding this comment.
It doesn't really matter, but I'm curious why 26.003 was skipped.
Contributor
Author
There was a problem hiding this comment.
it is in another PR in the works- https://github.com/LabKey/targetedms/pull/1183/changes
Contributor
|
@ankurjuneja TargetedMS development (especially new SQL scripts) is typically merged to the current release branch, so 26.3 currently. Maybe there's a reason to target develop for this PR, but please double check: once an upgrade script is merged to develop no further scripts can be added to 26.3. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Rationale
Related Pull Requests
Changes