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

fix: add logs column to temp_data_migrations_audit table and create relationship from flow to lowcal_sessions #4102

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

jessicamcinchak
Copy link
Member

A couple quick database migrations per our discussion !

@jessicamcinchak jessicamcinchak requested a review from a team December 20, 2024 14:37
Copy link

🤖 Hasura Change Summary compared a subset of table metadata including permissions:

Updated Tables (2)

insertion_order: null
remote_table:
name: lowcal_sessions
schema: public
Copy link
Member Author

Choose a reason for hiding this comment

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

This allows us to relationally query the lowcal_sessions for a given flow

@@ -2468,7 +2477,7 @@
name: temp_data_migrations_audit
schema: public
object_relationships:
- name: flows
- name: flow
Copy link
Member Author

Choose a reason for hiding this comment

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

This is an object_relationship and should therefore be a singular rather than plural name, my mistake yesterday !

Copy link

github-actions bot commented Dec 20, 2024

Removed vultr server and associated DNS entries

@jessicamcinchak jessicamcinchak merged commit 91b16ea into main Dec 20, 2024
12 checks passed
@jessicamcinchak jessicamcinchak deleted the jess/data-migration-logs branch December 20, 2024 15:59
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