refactor: rewrite some migration files using forge's addColumn
- update php packages to latest
- update rector and ecs config
- update ci4/settings package to v2.1
SET AUTOCOMMIT = 0;
START TRANSACTION;
ALTER TABLE `cp_settings`
ADD COLUMN context VARCHAR(255) NULL AFTER `type`;
COMMIT;