Skip to content

Commit

Permalink
[BUGFIX] Select database
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf committed Jan 4, 2025
1 parent e7aad8b commit d648e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ create-editors:

.PHONY: update-page-permissions
update-page-permissions:
ddev exec -s db 'mysql --database=mysql -e "UPDATE pages set perms_groupid=1"'
ddev exec -s db 'mysql --database=mysql -e "UPDATE db.pages set perms_groupid=1"'

.PHONY: update
update: update-sitepackage update-composer update-page-permissions ## Update everything
Expand Down

0 comments on commit d648e28

Please sign in to comment.