Hello all,
i’m running a docker environment for frappe erpnext with few of my custom apps.
i had used easy-script to run erpnext which generated the compose.yml
and .env
and passwords.txt
file for the project.
Now recently i have added a new custom-app to the project
and used easy-script for building the project with custom-app image
and my apps.json has 3-4 apps,
with erpnext branch as version-15
in the apps.json
python easy-script.py build --app erpnext --site <sitename> --tag <tagname> -j apps.json -e <email> .....
Earlier this used to work
But to my notice is that somehow, version-15
is updated and now after the build, its throwing this error:
pymysql.err.OperationalError: (1054, "Unknown column 'tabInstalled Application.has_setup_wizard' in 'where clause'")
Can somebody help on this ?? Any help is appreciated
Thankyou so much!