Detail
Detail
Enhancement
Currently, migration operations can only be formulated low-level at database or KnowledgeBase level. For many migrations that do not require rewriting the past, it would also be sufficient to be able to run a TL script after the application start.
Improvement
New category of migration operations startup-actions:
<migration> ... <startup-actions> <migration-script> <script> all(`Contacts:PersonContact`) .filter(c -> ...) .foreach(c -> $c.set(...)) </script> </migration-script> </startup-actions> </migration>
Test
No test.