Skip to content
Snippets Groups Projects
Commit 749c3c3d authored by daffie's avatar daffie
Browse files

Issue #3509569 by daffie: Update module for Drupal 11.1.3

parent 3481b677
No related branches found
No related tags found
1 merge request!42Resolve #3509569 "Update module for"
Pipeline #436528 failed
This diff is collapsed.
...@@ -83,7 +83,7 @@ When entity instances are revisionable, translatable and/or have field data atta ...@@ -83,7 +83,7 @@ When entity instances are revisionable, translatable and/or have field data atta
## Install Drupal on MongoDB (for Drupal Core [11.1.2](https://www.drupal.org/project/drupal/releases/11.1.2)) ## Install Drupal on MongoDB (for Drupal Core [11.1.3](https://www.drupal.org/project/drupal/releases/11.1.3))
This install guide uses the DDEV development environment. This install guide uses the DDEV development environment.
...@@ -97,7 +97,7 @@ This install guide is based on the following DDEV [guide](https://ddev.readthedo ...@@ -97,7 +97,7 @@ This install guide is based on the following DDEV [guide](https://ddev.readthedo
```ddev start``` ```ddev start```
```ddev composer create drupal/recommended-project:11.1.2``` ```ddev composer create drupal/recommended-project:11.1.3```
```ddev config --update``` ```ddev config --update```
...@@ -115,7 +115,7 @@ This install guide is based on the following DDEV [guide](https://ddev.readthedo ...@@ -115,7 +115,7 @@ This install guide is based on the following DDEV [guide](https://ddev.readthedo
### 5. Drupal Core needs to be patched to make it all work. ### 5. Drupal Core needs to be patched to make it all work.
```cd web``` ```cd web```
```git apply -v modules/contrib/mongodb/patches/drupal-core-11.1.2.patch``` ```git apply -v modules/contrib/mongodb/patches/drupal-core-11.1.3.patch```
```cd ..``` ```cd ..```
......
...@@ -28,4 +28,3 @@ class ParagraphStorageSchema extends SqlContentEntityStorageSchema { ...@@ -28,4 +28,3 @@ class ParagraphStorageSchema extends SqlContentEntityStorageSchema {
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment