Results 52 comments of Umer Salman

I'm honestly pretty stuck on this. I'm in the middle of writing a migration to run in between "old migrations" and "new migrations" that reads in every foreign key to...

Here's mine to fix the unsigned. https://gist.github.com/umer936/2b5bec1a4cdd3def9c50e5ab25f81d45 Working on making it more generic. Feel free to take from this if you find parts useful.

I do think your idea of having it in a command is correct rather than a Migration as it could need to be run multiple times and one may not...

What are thoughts about using some other Migrations library (e.g. https://www.doctrine-project.org/projects/migrations.html ?) and wrapper any Cake specific things? Does that just end up back at the same place it is...

> It hasn't been too bad for us so far, each SQL dialect has its oddities, but once those are isolated schema changes mostly 'just work'. What kind foreign key...

Another related topic is keeping track of Seeds. Since it no longer relies on phinx, we're not limited to phinxlog... Should we have a seedslog? I regularly add new seeds...

A new test suite in phpunit on one of my applications was failing to set up through migrations on a local system but working correctly in a container. It was...

AdminLTE 4 / Bootstrap 5 is not quite stable yet. See https://github.com/ColorlibHQ/AdminLTE/issues/3692 for info

I've also opened similar issues/discussions here: https://github.com/easepick/easepick/discussions/182 and here: https://github.com/Eonasdan/tempus-dominus/issues/2588

Looking into this more, the Custom Buttons seems like a great way to handle the DMY DOY toggle