This question has been flagged
3 Replies
2413 Views

I work with odoo 13.0 in a team of several developers, the code is in GitHub.

I have a very basic question for me:

How can I create automated migration files for each DataBase change (structure or data) so that my team members are updated after each time they sync with remote branch?

Also, of course I want the files to run immediately in the initial run automatically and without the need for manual operations, so that even on the server where the production environment will be, the DB will be updated automatically every time a new version is uploaded. 

Avatar
Discard

This can be done with docker containers.

Author

I'm using the source code, not the docker container

Author

No one can help me?