Skip to content

Commit

Permalink
Update joomla.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Apr 20, 2016
1 parent 45f730b commit 01f7462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/sql/postgresql/joomla.sql
Expand Up @@ -1137,7 +1137,7 @@ CREATE INDEX "#__languages_idx_access" ON "#__languages" ("access");
-- Dumping data for table #__languages
--
INSERT INTO "#__languages" ("lang_id", "lang_code", "title", "title_native", "sef", "image", "description", "metakey", "metadesc", "sitename", "published", "access", "ordering") VALUES
(1, 'en-GB', 'English (UK)', 'English (UK)', 'en', 'en', '', '', '', '', 1, 1, 1);
(1, 'en-GB', 'English (en-GB)', 'English (en-GB)', 'en', 'en', '', '', '', '', 1, 1, 1);

SELECT setval('#__languages_lang_id_seq', 2, false);

Expand Down

0 comments on commit 01f7462

Please sign in to comment.