It now partially works i.e. sequence value is correctly synced only if
the sequence exists on both source and destination database. However,
if one database does not have the sequence then only a 'CREATE
SEQUENCE' sync script is generated without aligning the sequence value
(similar to the earlier version of db solo).
Thanks.