commit | 46af510b8de5a0e8c98f1f36855035e7058aef31 | [log] [tgz] |
---|---|---|
author | Mikhail Ivanov <mivanov@mirantis.com> | Wed Apr 25 12:19:31 2018 +0400 |
committer | Mikhail Ivanov <mivanov@mirantis.com> | Wed Apr 25 12:26:10 2018 +0400 |
tree | b52a2108b2794d9510a9c6f83ae72721bb36fa8f | |
parent | e0ea10a7484980591a822dbf40b3a6f470d57516 [diff] |
Fix cyclic-dependency between oss services Pushkin uses postgresql, and creates dbs using alembic migrations, but we are using some INSERTS into new tables. This is the reason for running 'postgresql.client' state twice. With this patch we are create all required tables on postgresql side, not on pushkin. Related-Prod: PROD-14525 Change-Id: Idffd6dd4975c81102a0454162e4a79f5e3bef325