mirror of
https://github.com/ent/ent.git
synced 2026-05-28 09:49:08 +03:00
ent/schema: fix indexes in mysql versions <= 5.6
Summary: move property type uniqueness enforment to ent schema Reviewed By: alexsn Differential Revision: D16767355 fbshipit-source-id: db6ba4853a8816fd5f6299a34c0b780028d75da1
This commit is contained in:
committed by
Facebook Github Bot
parent
930cf29367
commit
4ac1b595bf
@@ -3,7 +3,7 @@ version: "3.7"
|
||||
services:
|
||||
|
||||
mysql:
|
||||
image: mysql:5.7.23
|
||||
image: mysql:5.6.35
|
||||
environment:
|
||||
MYSQL_DATABASE: test
|
||||
MYSQL_ROOT_PASSWORD: pass
|
||||
|
||||
Reference in New Issue
Block a user