As discussed f2f with @henhuy, there's a problem with the source ids in meta app:
When I create sources locally, they get an auto id (postgres serial) in my local DB which can be equal to an existing (different) one in the WAM DB.
In StEmp ABW we reference sources by those ids (example) which must be manually changed on deployment to match the WAM DB ones.
I propose an additional column holding an unique identifier such as "bgr_mun_2018" which can be clearly referenced to.
As discussed f2f with @henhuy, there's a problem with the source ids in meta app:
When I create sources locally, they get an auto id (postgres serial) in my local DB which can be equal to an existing (different) one in the WAM DB.
In StEmp ABW we reference sources by those ids (example) which must be manually changed on deployment to match the WAM DB ones.
I propose an additional column holding an unique identifier such as "bgr_mun_2018" which can be clearly referenced to.