Repository: named tables for models #555
Labels
bug
Something isn't working
enhancement
New feature or request
good first issue
Good for newcomers
priority: medium
Medium priority
Milestone
What is the expected enhancement?
Gateway and repository has the same application name and same table programs. Therefore migrations in both applications were creating the same table in the same database. Migration passed as it was thinking that those table existed already.
In order to fix this situation we need to have different names for tables for repository and gateway. This can be achieved by providing
Meta
information for models inrepository
Example:
And then migrations must be regenerated
The text was updated successfully, but these errors were encountered: