You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flow/internal/dynamicconf.go
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -445,8 +445,9 @@ var DynamicSettings = [...]*protos.DynamicSetting{
445
445
TargetForSetting: protos.DynconfTarget_ALL,
446
446
},
447
447
{
448
-
Name: "PEERDB_PG_AUTOMATED_SCHEMA_DUMP",
449
-
Description: "For PG-to-PG mirrors, run pg_dump --schema-only from source into psql on destination during setup so destination schema/tables/indexes match the source.",
448
+
Name: "PEERDB_PG_AUTOMATED_SCHEMA_DUMP",
449
+
Description: "For PG-to-PG mirrors, run pg_dump --schema-only from source into psql on destination "+
450
+
"during setup so destination schema/tables/indexes match the source.",
0 commit comments