hello I wanted to upgrade my odoo 14 instance on odoo.sh to odoo 17, so I started to upgrade of my Stagging branch, and I got to this step: “Waiting user commit”.
and I see this message: “It is now time to prepare your custom upgrade scripts for this database, the platform is now waiting for those in the next commit(s).
Upon each new commit, a copy of this upgraded database will be automatically updated to provide a faster iteration during the development of the upgrade scripts.
If you believe your custom code does not need any upgrade script, you can push an empty commit using the following command:
$ git commit --allow-empty -m 'Trigger update'; git push”
I don't know what to do, I've worked on odoo Saas and Odoo onpremise but this is my first time on Odoo.sh and I'm a bit lost.