Skip to content

Commit 712e942

Browse files
authored
fix: exclude pgsodium and vault from data dump (#3585)
1 parent 8cb9780 commit 712e942

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/db/dump/dump.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,16 @@ func dumpData(ctx context.Context, config pgconn.Config, schema, excludeTable []
8282
"graphql_public",
8383
// "net",
8484
// "pgmq",
85-
// "pgsodium",
86-
// "pgsodium_masks",
85+
"pgsodium",
86+
"pgsodium_masks",
8787
"pgtle",
8888
"repack",
8989
"tiger",
9090
"tiger_data",
9191
"timescaledb_*",
9292
"_timescaledb_*",
9393
"topology",
94-
// "vault",
94+
"vault",
9595
// Managed by Supabase
9696
// "auth",
9797
"extensions",

0 commit comments

Comments
 (0)