Skip to content

Commit ef7b7e0

Browse files
authored
[6.0] Fix saving content history on PostgreSQL (#46269)
* Remove wrong unique constraint from "#__ucm_content" table on PostgreSQL * Rename 6.0.0-2025-10-11.sql to 6.0.0-2025-10-12.sql * Rename 6.0.0-2025-10-12.sql to 6.0.0-2025-10-10.sql
1 parent 2c11304 commit ef7b7e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Remove wrong unique constraint from "#__ucm_content" table
2+
ALTER TABLE "#__ucm_content" DROP CONSTRAINT "#__ucm_content_idx_type_alias_item_id" /** CAN FAIL **/;

0 commit comments

Comments
 (0)