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

UHF-9446: Add update hook that removes district listing paragraphs from the database #805

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

teroelonen
Copy link
Contributor

@teroelonen teroelonen commented Feb 26, 2024

UHF-9446

What was done

  • This PR removes the district listing paragraphs from the database so that the configuration can be removed afterwards.

How to install

  • Make sure your instance is up and running on correct branch.
    • git checkout UHF-9446
    • make drush-updb drush-cr

How to test

  • Check that there is no more district listing paragraphs on the database by going to shell: make shell and running there drush sql-cli and in the database shell select * from paragraphs_item where type='district_listing';. The query should return empty set.
  • Check that code follows our standards

Designers review

  • This PR does not need designers review

Other PRs

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor

@khalima khalima left a comment

Choose a reason for hiding this comment

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

Looks ok. 🚀

@teroelonen teroelonen merged commit 4e74230 into dev Feb 27, 2024
2 checks passed
@teroelonen teroelonen deleted the UHF-9446 branch February 27, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants