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
7 files changed