Skip to content

Commit d998483

Browse files
committed
chore: set excluded schema to empty string for role dump
1 parent 788751d commit d998483

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/db/dump/dump.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ func Run(ctx context.Context, path string, config pgconn.Config, dataOnly, roleO
5353
} else if roleOnly {
5454
fmt.Fprintln(os.Stderr, "Dumping roles from remote database...")
5555
script = dumpRoleScript
56-
excludedSchemas = utils.InternalSchemas
5756
} else {
5857
fmt.Fprintln(os.Stderr, "Dumping schemas from remote database...")
5958
script = dumpSchemaScript

0 commit comments

Comments
 (0)