Also use utf8mb4 charset for Alembic
This commit is contained in:
parent
3c3a03a5ae
commit
e8acc959d8
1 changed files with 1 additions and 1 deletions
|
|
@ -47,4 +47,4 @@ logging:
|
||||||
|
|
||||||
alembic:
|
alembic:
|
||||||
script_location: migrations
|
script_location: migrations
|
||||||
sqlalchemy.url: 'mysql+pymysql://pyjeeves:jeeves@localhost/pyjeeves'
|
sqlalchemy.url: 'mysql+pymysql://pyjeeves:jeeves@localhost/pyjeeves?charset=utf8mb4'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue