coyote-team / coyote-wp

Wordpress Plug-in for Coyote
2 stars 2 forks source link

Possible bug: replace into, foreign key constraint fails #45

Closed jkva closed 4 years ago

jkva commented 4 years ago

Note to self: for some reason there's a case where the resource exists in coyote but not locally in the plugin table.

jkva commented 4 years ago

This is because the plugin had knowledge of coyote resources that no longer existed on the coyote side (probably because of a scrapping of the staging server).

I would not really consider this a bug, but it raises a question, once resources can be deleted on the coyote side, they should probably also trigger the update webhook.

jkva commented 4 years ago

No longer relevant as join table is no longer used.