Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addon Uninstall Bug Fix #61

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Addon Uninstall Bug Fix #61

merged 1 commit into from
Feb 2, 2024

Conversation

emrullahardc
Copy link

addon uninstall bug fix

addon uninstall bug fix
*/
public function delete($migration)
{
$this->table()->where('migration','LIKE', '%'.$migration->getAddon()->getNamespace().'%')->delete();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like is case sensitive, Do you always get the namespace exactly right?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. The format is strict.

@spektra2147 spektra2147 merged commit b8accff into 1.10 Feb 2, 2024
@fatihalp fatihalp deleted the addon-uninstall-bug-fix branch June 29, 2024 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants