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 migrated db tables are owned by role from dbc spec #339

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

drewwells
Copy link
Contributor

No description provided.

Comment on lines 1143 to 1145
if roleCreated {
// This only runs on new databases, and perhaps should not even be run there
if operationalMode == M_UseNewDB {
Copy link
Contributor

Choose a reason for hiding this comment

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

You could do if operationalMode == M_UseNewDB && roleCreated ... to avoid nested if.

@drewwells drewwells enabled auto-merge (squash) October 18, 2024 00:18
@drewwells drewwells merged commit d3932c2 into main Oct 18, 2024
2 of 3 checks passed
@drewwells drewwells deleted the verifyMigratedTableOwner branch October 18, 2024 00:18
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