Skip to content

Commit

Permalink
Add schemasync with charset args (#2296)
Browse files Browse the repository at this point in the history
  • Loading branch information
Grain-Yu authored Oct 10, 2023
1 parent 0165440 commit 3b6eb05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ def schemasync(request):
args = {
"sync-auto-inc": sync_auto_inc,
"sync-comments": sync_comments,
"charset": "utf8mb4",
"tag": tag,
"output-directory": output_directory,
"source": f"mysql://{instance.user}:{instance.password}@{instance.host}:{instance.port}/{db_name}",
Expand Down

0 comments on commit 3b6eb05

Please sign in to comment.