Gaetano Giunta

Results 284 comments of Gaetano Giunta
trafficstars

Hello. If all of your migrations are stored in a single place, such as bundle or a single folder, you can already achieve the same result by grouping them into...

Hello. The 'tag version as skipped' feature is already in place, but probably not 100% user-friendly or complete for your needs. If you're happy top play around with it, I'll...

It should be mentioned in the whatsnew file. It is an option of the 'migration' command

Random thoughts: - automatic convergence to a desired state is a very hard thing to do. It is definitely not in the road map for the migration bundle to be...

Note that since version 5,0 and maybe even 4,x you can add an `if` condition to every migration step. This makes it somewhat easier to do conditional migrations (eg. load...

Other random thoughts: - as soon as ver 5.13 is out, you will be able to run sql queries in yaml migration steps and set data from the result set...

Other enhancements have been added in 5.13 that allow to achieve some kind of 'upsert' functionality: As stated above, for creation of custom tables, you can do a migration with:...

Long time without feedback. Closing

did you try with: ``` value: '[reference:page_1],[reference:page_2],[reference:page_3]' ```

I would think that the reference has not been resolved, if it gets used as cache-key by the kernel. a) is the name of the reference that you set really...