When deleting an item from a plan, you get this sql error:

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'plan' in 'where clause': DELETE FROM {deploy_manager_entities} WHERE (entity_type = :db_condition_placeholder_0) AND (entity_id = :db_condition_placeholder_1) AND (plan = :db_condition_placeholder_2) ; Array ( [:db_condition_placeholder_0] => node [:db_condition_placeholder_1] => 7 [:db_condition_placeholder_2] => test_plan ) in deploy_manager_delete_from_plan() (line 124 of /Users/henrique/Dropbox/Workspace/deploy/deploy.manager.inc).

CommentFileSizeAuthor
#1 deploy-sql-error-1483132-1.patch785 bytesrecidive

Comments

recidive’s picture

Status: Active » Needs review
StatusFileSize
new785 bytes
aspilicious’s picture

Status: Needs review » Reviewed & tested by the community

My fault, will fix it as soon as possible!

aspilicious’s picture

Status: Reviewed & tested by the community » Fixed

Should be fixed now :)!
I think I even managed to give you credit for the fix.

http://drupalcode.org/project/deploy.git/commit/c9cfd8a7e22b5cb7fd435d50...

recidive’s picture

Cool, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.