Error in sales invoice creating 'Unknown column 'disabled' in 'where clause'

I am using the erpnext V15. I am pulling the latest code from the version-15 branch. after I pulled the latest code, when I created and saved the sales invoice an error occurred.

pymysql.err.OperationalError: (1054, “Unknown column ‘disabled’ in ‘where clause’”)
Possible source of error: erpnext (app)

Hy @sandrathomas1

Please try this command

bench stop
bench start
bench migrate

I hope it’s working

Thank You!

yes,
it’s working after migrating