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: docs/README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ target:
133
133
size: 100# number of messages in a batch. Defaults to 100
134
134
max_bytes: 1572864# max size of batch in bytes (1.5MiB). Defaults to 1.5MiB
135
135
max_queue_bytes: 204800# max size of memory guard queue in bytes (100MiB). Defaults to 100MiB
136
-
schema_log_store_url: "postgresql://user:password@localhost:5432/mydatabase" # url to the postgres database where the schema log is stored to be used when performing schema change diffs
136
+
schema_log_store_url: "postgresql://user:password@localhost:5432/mydatabase"# url to the postgres database where the schema log is stored to be used when performing schema change diffs
137
137
disable_triggers: false # whether to disable triggers on the target database. Defaults to false
138
138
on_conflict_action: "nothing"# options are update, nothing or error. Defaults to error
0 commit comments