30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-03 06:50:49 +00:00
weblinks/src/com_weblinks/admin/sql/uninstall.mysql.sql

4 lines
141 B
MySQL
Raw Normal View History

2014-09-01 15:20:50 +00:00
DELETE FROM `#__content_types` WHERE `type_alias` IN ('com_weblinks.weblink', 'com_weblinks.category');
DROP TABLE IF EXISTS `#__weblinks`;