8000 Update postgres-meta to 0.60.6 · TomasHubelbauer/cli@8fc43fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fc43fc

Browse files
Update postgres-meta to 0.60.6
Hi! This is a follow-up to this comment: supabase/postgres-meta#483 (comment) I am proposing an update of postgres-meta to version 0.60.6. I am hoping to make use of supabase/postgres-meta#492 through the Supabase CLI. As per the above linked comment, I am aware that in general, the postgres-meta version is kept at the same version as what is used on the hosted platform. This is a minor changes from the current version 0.60.3 so perhaps it will quality for an exception? I am not sure how I can check what version is live on the hosted platform. Thanks for considering!
1 parent 63da1ce commit 8fc43fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/utils/misc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const (
3333
PostgrestImage = "postgrest/postgrest:v10.1.1.20221215"
3434
DifferImage = "supabase/pgadmin-schema-diff:cli-0.0.5"
3535
MigraImage = "djrobstep/migra:3.0.1621480950"
36-
PgmetaImage = "supabase/postgres-meta:v0.60.3"
36+
PgmetaImage = "supabase/postgres-meta:v0.60.6"
3737
StudioImage = "supabase/studio:20230127-6bfd87b"
3838
DenoRelayImage = "supabase/deno-relay:v1.5.0"
3939
ImageProxyImage = "darthsim/imgproxy:v3.8.0"

0 commit comments

Comments
 (0)
0