Mahmoud Saada

Results 32 comments of Mahmoud Saada

Here's my pull request #33

MRs are welcome 🙏🏽

Thank you @asmod3us! Worked for me on OSX Yosemite Beta... I just used `rvm --default use ruby-2.1.3` instead since that was the most current version as of this post :heart:

It would be great to have support for an API like ``` php $this->addEnumValue($tableName, $columnName, ['NEW_ENUM_VALUE']); $this->removeEnumValue($tableName, $columnName, ['NEW_ENUM_VALUE']); ```

The biggest challenge with adding/removing ENUM values from a column is migrating old records to the new values. Maybe that should be the responsibility of the developer to write the...

Thanks, that worked! Do I have to move every package under its own group in order for upgrades to work? Would be nice if this worked out of the box

After going through every package, I ended up splitting each individual package into its own group and that worked. ```toml ... bash.pkg-path = "bash" bash.pkg-group = "bash" bat.pkg-path = "bat"...