commit | cd2359ab98cdb5c37a4fb3270020e3b21af6e941 | [log] [tgz] |
---|---|---|
author | Mikhail Ivanov <mivanov@mirantis.com> | Wed Apr 18 17:49:01 2018 +0400 |
committer | Michael Ivanov <mivanov@mirantis.com> | Tue Apr 24 11:22:17 2018 +0000 |
tree | eabd7e13457dd089e0590afbda878060ecda7834 | |
parent | eeaed9a769903a9275ad66df984002d6b096e97d [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: I35cacc33f66b71783a6086957a04e798a65d3987