-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Column already exists error when upgrading #187
Comments
I too am getting a similar error... Database Exception: SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'field_map_map' Migration: ether\simplemap\migrations\m190712_104805_new_data_format Output:
|
I'm having the same issue: #180 (comment) |
Thanks for the fix, but I'm now receiving this error now:
|
3.6.3 solved the issue for me. Thanks! |
Description
received this error. thank you for looking into it.
One of Maps’s migrations failed.
Database Exception: SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'field_map_mapCenter'
The SQL being executed was: ALTER TABLE matrixcontent_contentbuilder ADD field_map_mapCenter text
Migration: ether\simplemap\migrations\m190712_104805_new_data_format
Output:
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: