Skip to content

Commit

Permalink
Add schemasync with charset args
Browse files Browse the repository at this point in the history
  • Loading branch information
te87037 authored Sep 13, 2023
1 parent 9915cd6 commit b2a63a4
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 b2a63a4

Please sign in to comment.