30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-25 01:02:36 +00:00

Do not DROP TABLE to avoid data removed by mistake

This commit is contained in:
Tuan Pham Ngoc 2021-10-29 16:35:07 +07:00
parent bfa420baa2
commit e59001b982
2 changed files with 0 additions and 4 deletions

View File

@ -1,3 +1 @@
DELETE FROM `#__content_types` WHERE `type_alias` IN ('com_weblinks.weblink', 'com_weblinks.category');
DROP TABLE IF EXISTS `#__weblinks`;

View File

@ -1,3 +1 @@
DELETE FROM "#__content_types" WHERE "type_alias" IN ('com_weblinks.weblink', 'com_weblinks.category');
DROP TABLE IF EXISTS "#__weblinks";