Skip to content

Missing unique constraints #2

@infinidi4s

Description

@infinidi4s

Hi!

I don't have time to do a pull request yet, I'm just testing it out quickly, but this was missing in SQL for me for streaming to work:

alter table logs add constraint log_pair_uq unique (log_index, transaction_hash);
alter table token_transfers add constraint token_transfers_pair_uq unique (log_index, transaction_hash);

This fixed it, thank you for your work! :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions