Skip to content

Commit

Permalink
Merge tag '4.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Sep 16, 2024
2 parents cf25a72 + 5194a55 commit 14e90a9
Show file tree
Hide file tree
Showing 20 changed files with 1,400 additions and 1,251 deletions.
33 changes: 0 additions & 33 deletions .ddev/.gitignore

This file was deleted.

7 changes: 7 additions & 0 deletions .ddev/commands/host/console
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

## Description: Delegates commands to the contao console
## Usage: console
## Example: "ddev console contao:migrate"

ddev exec -d /var/www/html/.ddev/contao vendor/bin/contao-console "$@"
7 changes: 7 additions & 0 deletions .ddev/commands/host/migrate
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

## Description: Executes Contao database migration
## Usage: migrate
## Example: "ddev migrate --no-backup"

ddev exec -d /var/www/html/.ddev/contao vendor/bin/contao-console contao:migrate "$@"
4 changes: 4 additions & 0 deletions .ddev/contao/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*
!/composer.json
!/composer.lock
!/env
Loading

0 comments on commit 14e90a9

Please sign in to comment.