Apply automatic drupal scaffolding updates

This commit is contained in:
Keegan Rankin 2024-02-12 09:43:56 -08:00
parent ca7b46d5ad
commit 7831090033
6 changed files with 31 additions and 17 deletions

View file

@ -1,9 +0,0 @@
#!/bin/bash
## #ddev-generated
## Description: run mysql client in db container
## Usage: mysql [flags] [args]
## Example: "ddev mysql" or "ddev mysql -uroot -proot" or "echo 'SHOW TABLES;' | ddev mysql"
## `ddev mysql --database=mysql -uroot -proot` gets you to the 'mysql' database with root privileges
mysql -udb -pdb $@