-
Notifications
You must be signed in to change notification settings - Fork 50
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
how does one fully un-install the extension? #25
Comments
|
thx! maybe add -rf to avoid confirmations
…On Tue, Aug 8, 2017 at 8:43 AM, Simon Sprankel ***@***.***> wrote:
1.
Remove all extension files:
rm -r app/code/community/Bubble/StockMovements/
rm app/etc/modules/Bubble_StockMovements.xml
rm app/locale/en_US/Bubble_StockMovements.csv
rm app/locale/fr_FR/Bubble_StockMovements.csv
rm app/locale/pt_BR/Bubble_StockMovements.csv
2.
Cleanup database:
DROP TABLE `bubble_stock_movement`;
DELETE FROM `core_resource` WHERE `code` = 'bubble_stockmovements_setup';
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAn0a__leNAK20zar5FgRawn3o-q-ScUks5sWAN0gaJpZM4M5Nun>
.
|
Yeah, you can do that as well. Please close this issue if my answer solves it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how does one fully un-install the extension?
The text was updated successfully, but these errors were encountered: