We have to implement the alembic db migration
cd /usr/lib/python2.7/dist-packages/neutron_lbaas/db/migration/alembic_migrations/$
we need a alembic.ini configuration file. What I did is to copy this file from the neutron package:
cp /usr/lib/python2.7/dist-packages/neutron/db/migration/alembic.ini .
At this point we can start a new alembic migration