Skip to content

Feat: Add Term, IsStatic, and StaticValue fields to SpQueryField#7873

Open
CarolineDenis wants to merge 1 commit intomainfrom
issue-7748
Open

Feat: Add Term, IsStatic, and StaticValue fields to SpQueryField#7873
CarolineDenis wants to merge 1 commit intomainfrom
issue-7748

Conversation

@CarolineDenis
Copy link
Copy Markdown
Contributor

Fixes #7748

Warning

This PR affects database migrations. See migration testing instructions.

Checklist

  • Self-review the PR after opening it to make sure the changes look good and
    self-explanatory (or properly documented)
  • Add relevant issue to release milestone
  • Add pr to documentation list
  • Add automated tests
  • Add a reverse migration if a migration is present in the PR
  • Add migration function to
    def fix_schema_config(stdout: WriteToStdOut | None = None):

Testing instructions

  • Check that the spqueryfield table has three new columns:
    Term → VARCHAR(255), nullable
    IsStatic → BOOLEAN, nullable, default FALSE
    StaticValue → TEXT, nullable
  • Confirm that existing rows are unaffected (Term = NULL, IsStatic = NULL or FALSE, StaticValue = NULL).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📋Back Log

Development

Successfully merging this pull request may close these issues.

[DwC export]: Extend spqueryfield for DwC term mapping

1 participant