From 93776ff1d50457eb4fbc466398895295d4f806d7 Mon Sep 17 00:00:00 2001 From: Alexander O'Neill Date: Fri, 27 Nov 2020 09:53:37 -0400 Subject: [PATCH] Re-add patch for Integrity constraint violation in Paragraphs. --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 070d57f..262d1d2 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "keywords": [ "Drupal" ], - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "homepage": "https://www.drupal.org/project/media_attribution", "minimum-stability": "dev", "support": { @@ -23,6 +23,12 @@ "services": { "drush.services.yml": "^9" } + }, + "patches": { + "drupal/paragraphs": { + "Integrity constraint violation: 1048 Column 'langcode' cannot be null": + "https://www.drupal.org/files/issues/2020-06-25/paragraphs-2901390-51.patch" + } } } }