Skip to content

Commit 7cf2c88

Browse files
committed
update the sql
1 parent f3aa0b9 commit 7cf2c88

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/administrator/components/com_ccm/sql/install.mysql.utf8.sql

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,4 @@ CREATE TABLE IF NOT EXISTS `#__ccm_cms` (
1717
-- Dumping data for table `#__ccm_cms`
1818
INSERT INTO `#__ccm_cms` (`id`, `name`) VALUES
1919
(1, 'Joomla'),
20-
(2, 'WordPress'),
21-
-- (3, 'Drupal'),
22-
-- (4, 'Magento'),
23-
-- (5, 'Shopify'),
24-
-- (6, 'Blogger'),
25-
-- (7, 'Wix'),
26-
-- (8, 'Squarespace'),
27-
-- (9, 'Weebly'),
28-
-- (10, 'PrestaShop');
20+
(2, 'WordPress');

0 commit comments

Comments
 (0)