SQL error.
This commit is contained in:
parent
611e61c1e9
commit
708725687b
@ -416,7 +416,7 @@ EOF
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
$db->do( <<'EOF', undef );
|
$db->do( <<'EOF', undef );
|
||||||
UPDATE offers SET is_available = false, marked_to_check_is_available = false = true WHERE is_available and marked_to_check_is_available;
|
UPDATE offers SET is_available = false, marked_to_check_is_available = false WHERE is_available and marked_to_check_is_available;
|
||||||
EOF
|
EOF
|
||||||
$db->commit;
|
$db->commit;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user