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:
Ariel Mashraki
2019-08-13 07:38:36 -07:00
committed by Facebook Github Bot
parent 930cf29367
commit 4ac1b595bf
4 changed files with 33 additions and 13 deletions

View File

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