Skip to content

Commit

Permalink
Do not DROP TABLE to avoid data removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
joomdonation committed Oct 29, 2021
1 parent bfa420b commit e59001b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
DELETE FROM `#__content_types` WHERE `type_alias` IN ('com_weblinks.weblink', 'com_weblinks.category');

DROP TABLE IF EXISTS `#__weblinks`;
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
DELETE FROM "#__content_types" WHERE "type_alias" IN ('com_weblinks.weblink', 'com_weblinks.category');

DROP TABLE IF EXISTS "#__weblinks";

0 comments on commit e59001b

Please sign in to comment.