I've 2 applications sharing 1 database. It shouldn't be a problem if both applications only alter the schema of their own tables, but what if both applications want to modify the same table?
Is that even possible with Alembic?
I've 2 applications sharing 1 database. It shouldn't be a problem if both applications only alter the schema of their own tables, but what if both applications want to modify the same table?
Is that even possible with Alembic?