I made a custom app and made some changes in the json file, so can i migrate the single app
You can’t migrate a single app, as there is no command for migrating a single app. If you want to migrate, it will migrate all apps.
bench --site sitename migrate
2 Likes
Has it changed now ? Let’s say we are not ready to upgrade frappe but just wanna migrate custom app
Hi there,
If you’ve got migrations from Frappe waiting to run, you’ve already upgraded Frappe. it’s generally not a great idea to operate a site that hasn’t been migrated. It means your code and database schema are out of sync.
So, short answer: no, this is not to my knowledge possible.