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

OBPIH-4446 Allow deactivation of budget codes #3329

Merged
merged 3 commits into from
Jul 4, 2022
Merged

Conversation

kchelstowski
Copy link
Collaborator

Making a PR for @jmiranda to investigate the issue I've faced today

@awalkowiak
Copy link
Collaborator

@kchelstowski looks like I forgot to add the order_item_summary view to the drop-all-views sql, please add this here: https://github.com/openboxes/openboxes/blob/develop/grails-app/migrations/views/drop-all-views.xml#L20

cc @jmiranda, @DaRoTP

DROP VIEW IF EXISTS order_payment_status_from_shipments;
DROP VIEW IF EXISTS order_payment_status_from_adjustments;
DROP VIEW IF EXISTS order_summary;
DROP VIEW IF EXISTS order_item_summary;
Copy link
Collaborator

Choose a reason for hiding this comment

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

All other views are above. The only one missing was the order_item_summary (add this one next to the others related above). No need to drop the other views twice ;)

@awalkowiak awalkowiak merged commit 630901c into develop Jul 4, 2022
@awalkowiak awalkowiak deleted the OBPIH-4446 branch July 4, 2022 09:45
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.

None yet

2 participants