Also use utf8mb4 charset for Alembic

This commit is contained in:
Marcus Lindvall 2018-10-11 14:53:59 +02:00
parent 3c3a03a5ae
commit e8acc959d8

View file

@ -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'