Skip to content
Snippets Groups Projects

Issue #3272969: Remove UnqiueField constraint.

1 unresolved thread

Closes #3272969

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
11 11 function block_content_update_last_removed() {
12 12 return 8600;
13 13 }
14
15 /**
16 * Drop UniqueField constraint.
17 */
18 function block_content_update_9401() {
19 $entity_type = 'block_content';
  • added 1 commit

    • 9f13a3fb - Issue #3272969: Update tests to be sure, we can create blocks with the same descriptions.

    Compare with previous version

  • added 1 commit

    • a3e00252 - Issue #3272969: Update tests to be sure we can create the same description for blocks.

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Nikolay Lobachev changed target branch from 9.4.x to 9.5.x

    changed target branch from 9.4.x to 9.5.x

  • Nikolay Lobachev added 827 commits

    added 827 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Nikolay Lobachev changed target branch from 9.5.x to 10.1.x

    changed target branch from 9.5.x to 10.1.x

  • Please register or sign in to reply
    Loading