You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the ./craft migrate/all command, I get the following error when the migration runs for a Maps field inside a Matrix:
- Create content column for Location (Address) in matrix day
> alter column field_day_dayAddress in table {{%matrixcontent_itinerary}} to {{%content}} ...Exception: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`content`' at line 1
The SQL being executed was: ALTER TABLE `matrixcontent_itinerary` CHANGE `field_day_dayAddress` `field_day_dayAddress` `content`
Note that the handle of the Matrix field is "itinerary," the handle of the block is "day", the handle of the Maps field is "dayAddress", and the name of the Maps field is Location (Address).
Steps to reproduce
Update Maps via composer
Run ./craft migrate/all
Additional info
Craft version: 3.1.34
Maps version: 3.5.2
PHP version: 7.3.7
Database driver & version: MySQL 5.7.26
Other Plugins:
The text was updated successfully, but these errors were encountered:
Description
When running the
./craft migrate/all
command, I get the following error when the migration runs for a Maps field inside a Matrix:Note that the handle of the Matrix field is "itinerary," the handle of the block is "day", the handle of the Maps field is "dayAddress", and the name of the Maps field is Location (Address).
Steps to reproduce
./craft migrate/all
Additional info
The text was updated successfully, but these errors were encountered: