mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
add charset support for fields
Summary: Basically, adding support for Hebrew characters. Reviewed By: alexsn Differential Revision: D16068537 fbshipit-source-id: 4e934da5ea97c9e804317f746556ab1d51faebcc
This commit is contained in:
committed by
Facebook Github Bot
parent
37ae2b744e
commit
e8e96f014f
@@ -3,7 +3,7 @@ version: "3.7"
|
||||
services:
|
||||
|
||||
mysql:
|
||||
image: mysql
|
||||
image: mysql:5.7.23
|
||||
environment:
|
||||
MYSQL_DATABASE: test
|
||||
MYSQL_ROOT_PASSWORD: pass
|
||||
@@ -16,4 +16,4 @@ services:
|
||||
build: gremlin-server
|
||||
restart: on-failure
|
||||
ports:
|
||||
- 8182:8182
|
||||
- 8182:8182
|
||||
|
||||
Reference in New Issue
Block a user