entc: drop switch statements on single storage (#12)

Summary:
Pull Request resolved: https://github.com/facebookincubator/ent/pull/12

Pull Request resolved: https://github.com/facebookexternal/fbc/pull/1256

Reviewed By: a8m

Differential Revision: D16667212

fbshipit-source-id: e9f8a51986de5fe97356285e23946a61578d8164
This commit is contained in:
Alex Snast
2019-08-06 07:47:41 -07:00
committed by Facebook Github Bot
parent cef32f1fb4
commit dfadb3e27b
22 changed files with 221 additions and 378 deletions

View File

@@ -8,11 +8,11 @@ services:
MYSQL_DATABASE: test
MYSQL_ROOT_PASSWORD: pass
healthcheck:
test: mysql -ppass -e "show databases"
test: mysqladmin ping -ppass
ports:
- 3306:3306
neptune:
gremlin:
build: gremlin-server
restart: on-failure
ports: