Results 52 comments of Umer Salman

Here's my `composer.json`: ``` ... "twbs/bootstrap": "^5", "twbs/bootstrap-icons": "@stable" ... "post-update-cmd": [ "bin/cake plugin assets symlink", "rm -rf ./webroot/bootstrap_u_i/css && ln -s ../../../twbs/bootstrap/dist/css ./webroot/bootstrap_u_i/css", "rm -rf ./webroot/bootstrap_u_i/js && ln -s...

I've just hit the enum no longer working twice 😅. I don't need it and am happy to migrate it to a different way but I have columns (e.g. queue_type)...