SQL error.

This commit is contained in:
Sergiotarxz 2024-05-07 01:39:36 +02:00
parent 611e61c1e9
commit 708725687b

View File

@ -416,7 +416,7 @@ EOF
);
}
$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
$db->commit;
};