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

Test for schema order of non-public-schema views #403

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

edwardloveall
Copy link
Contributor

Upcoming changes like topological sorting have the potential to write views to db/schema.rb in an order that does not respect dependencies. This adds a test to ensure that views in all schemas are both included, and in the correct dependency order.

Upcoming changes like [topological sorting][1] have the potential to
write views to `db/schema.rb` in an order that does not respect
dependencies. This adds a test to ensure that views in all schemas are
both included, and in the correct dependency order.

[1]: scenic-views#398
@calebhearth
Copy link
Contributor

Thanks @edwardloveall!

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