Skip to content

Commit 7f85f9c

Browse files
committed
chore: fix some typos
Signed-off-by: occupyhabit <[email protected]>
1 parent a5dc5d1 commit 7f85f9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Each migration has an up and down migration. [Why?](FAQ.md#why-two-separate-file
174174
## Coming from another db migration tool?
175175

176176
Check out [migradaptor](https://github.com/musinit/migradaptor/).
177-
*Note: migradaptor is not affliated or supported by this project*
177+
*Note: migradaptor is not affiliated or supported by this project*
178178

179179
## Versions
180180

database/clickhouse/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## Notes
1818

19-
* The Clickhouse driver does not natively support executing multipe statements in a single query. To allow for multiple statements in a single migration, you can use the `x-multi-statement` param. There are two important caveats:
19+
* The Clickhouse driver does not natively support executing multiple statements in a single query. To allow for multiple statements in a single migration, you can use the `x-multi-statement` param. There are two important caveats:
2020
* This mode splits the migration text into separately-executed statements by a semi-colon `;`. Thus `x-multi-statement` cannot be used when a statement in the migration contains a string with a semi-colon.
2121
* The queries are not executed in any sort of transaction/batch, meaning you are responsible for fixing partial migrations.
2222
* Using the default TinyLog table engine for the schema_versions table prevents backing up the table if using the [clickhouse-backup](https://github.com/AlexAkulov/clickhouse-backup) tool. If backing up the database with make sure the migrations are run with `x-migrations-table-engine=MergeTree`.

0 commit comments

Comments
 (0)