Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Migration fails for Postgres #11

Closed
acehead opened this issue Oct 11, 2017 · 1 comment
Closed

Migration fails for Postgres #11

acehead opened this issue Oct 11, 2017 · 1 comment

Comments

@acehead
Copy link

acehead commented Oct 11, 2017

image

To fix this issue you need to change line 347 of Redirect.php to this:

->delete('{{%elements_sites}}', '"elementId" = :elementId AND "siteId" != :siteId', [':elementId' => $record->id, ':siteId' => $this->siteId])

@johanzandstra
Copy link
Contributor

Thank you for your report, I fixed this with the line you posted the fix will be merged later today

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants