insert
, update
, delete
, and alter
queries performed on your database, then replays those queries in the same order on a remote environment.Config/settings.php
file for more details on those actions.migrate['postActions']
array will capture any POST
events in your add-ons settings pages and record them as a migration. If you maintain a custom fieldtype, or create a custom fieldtype for your site, it will be included in the ChannelEntry
model updates, and thus recorded as a migration.