patricknelson/silverstripe-migrations

Ability to transform columns on _Live tables as well.

patricknelson opened this issue · 0 comments

New feature enabled in b03a74f allows the ability to transform columns, however, published versions of these objects may not receive these updates since (due to abstraction) _Live tables may not be touched when saving them. Need to upgrade the system to also directly modify these column values (either within the stage itself using Version extension or via SQL which is NOT preferred).