harbor/make/photon/db
Daniel Jiang c8cb2f8481 Create shcema migration table in DB container
The migrate tool will try to create table schema_migration upon opening
the connection to DB.  This will cause error when there are multiple
instance of adminserver trying to access the migrator upon start.
This commit move the creation of the table during the initialization of
the DB container.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2018-10-12 17:17:31 +08:00
..
docker-entrypoint.sh enable migrator to support 1.5.0 migration from mysql to pgsql (#5029) 2018-06-01 14:58:43 +08:00
docker-healthcheck.sh enable migrator to support 1.5.0 migration from mysql to pgsql (#5029) 2018-06-01 14:58:43 +08:00
Dockerfile Clean make file unused code and unify docker build method (#59) 2018-09-04 17:18:15 +08:00
initial-notaryserver.sql enable migrator to support 1.5.0 migration from mysql to pgsql (#5029) 2018-06-01 14:58:43 +08:00
initial-notarysigner.sql enable migrator to support 1.5.0 migration from mysql to pgsql (#5029) 2018-06-01 14:58:43 +08:00
initial-registry.sql Create shcema migration table in DB container 2018-10-12 17:17:31 +08:00