I faced same error from maple to palm, my workaround was
- Go into the server
- Install 3.60.4 version of edx-enterprise (pip install edx-enterprise==3.60.4)
- Run migrations ( ./manage.py lms migrate)
- Install 3.61.11 version of edx-enterprise
- Run migrations again