Skip to content

Commit

Permalink
Same mistake as every year
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed May 16, 2021
1 parent a5c03e3 commit d07104e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/sql/postgresql/base.sql
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ INSERT INTO "#__assets" ("id", "parent_id", "lft", "rgt", "level", "name", "titl
(87, 18, 124, 125, 2, 'com_modules.module.97', 'Recently Added Articles', '{}'),
(88, 18, 126, 127, 2, 'com_modules.module.98', 'Logged-in Users', '{}');

SELECT setval('#__assets_id_seq', 84, false);
SELECT setval('#__assets_id_seq', 89, false);

--
-- Table structure for table `#__extensions`
Expand Down

0 comments on commit d07104e

Please sign in to comment.