This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
justincck
Is a DB migration file created when running october:update so the DB changes can be tracked?
For example, if I run php artisan october:update
in my DEV environment and then deploy my project to production and run php artisan october:up
will the DB changes run as a migration in my production DB so it is up to date?
alxy
You should read this: http://octobercms.com/docs/plugin/updates You need to create a new version, only a new version will trigger new migrations to be run.
justincck
Hmm. I'm not updating a plugin, I am talking about system updates. E.g. moving from system build 350 to 367.
1-3 of 3