30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-09-22 10:09:05 +00:00
weblinks/src/administrator/components/com_weblinks/sql/uninstall.sqlsrv.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];