Skip to content

Commit 274cd3a

Browse files
authored
[5,3] Fix wrong sequence next value in action logs config table on PostgreSQL (joomla#45354)
1 parent 3d475d1 commit 274cd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/sql/postgresql/extensions.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ INSERT INTO "#__action_log_config" ("id", "type_title", "type_alias", "id_holder
838838
(23, 'contact', 'com_contact.form', 'id', 'name', '#__contact_details', 'PLG_ACTIONLOG_JOOMLA');
839839

840840

841-
SELECT setval('#__action_log_config_id_seq', 23, false);
841+
SELECT setval('#__action_log_config_id_seq', 24, false);
842842

843843
--
844844
-- Table structure for table `#__action_logs_users`

0 commit comments

Comments
 (0)