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 migration with 2.0.0-rc.2
Exception: SQLSTATE[22003]: Numeric value out of range: 7 ERROR: value "+33149544600" is out of range for type integer
The SQL being executed was: SELECT EXISTS(SELECT "id"
FROM "elements"
WHERE "id"='+33149544600') (/var/www/html/vendor/yiisoft/yii2/db/Schema.php:676)
The problem is it tries to put the value as a key in the linkedSiteId column, but this only accepts integers
The text was updated successfully, but these errors were encountered:
When running the migration with 2.0.0-rc.2
Exception: SQLSTATE[22003]: Numeric value out of range: 7 ERROR: value "+33149544600" is out of range for type integer
The SQL being executed was: SELECT EXISTS(SELECT "id"
FROM "elements"
WHERE "id"='+33149544600') (/var/www/html/vendor/yiisoft/yii2/db/Schema.php:676)
The problem is it tries to put the value as a key in the linkedSiteId column, but this only accepts integers
The text was updated successfully, but these errors were encountered: