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: topology view #978

Merged
merged 1 commit into from
Aug 22, 2024
Merged

fix: topology view #978

merged 1 commit into from
Aug 22, 2024

Conversation

adityathebe
Copy link
Member

resolves: failed to query rest of the children: ERROR: column "health_expr" does not exist (SQLSTATE 42703)

health_expr exists however the topology view needs to be recreated.

A small diff on the migration file should trigger the run.

@adityathebe adityathebe requested a review from moshloop August 22, 2024 06:22
@@ -13,6 +13,7 @@ var migrate = &cobra.Command{
Run: func(cmd *cobra.Command, args []string) {
if err := duty.Migrate(api.Config{
ConnectionString: connection,
Postgrest: api.DefaultConfig.Postgrest,
Copy link
Member Author

Choose a reason for hiding this comment

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

resolves: ERR+1 failed to grant postgrest roles: ERROR: syntax error at or near "TO" (SQLSTATE 42601)

@moshloop moshloop enabled auto-merge (rebase) August 22, 2024 07:05
@moshloop moshloop merged commit ef6d50f into main Aug 22, 2024
6 checks passed
@moshloop moshloop deleted the fix/topology-view branch August 22, 2024 07:07
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