Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(relayer): Migrations fix #300

Merged
merged 2 commits into from
Nov 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- +goose StatementBegin
CREATE TABLE IF NOT EXISTS processed_blocks (
id int NOT NULL PRIMARY KEY AUTO_INCREMENT,
block_height int NOT NULL UNIQUE,
block_height int NOT NULL,
hash VARCHAR(255) NOT NULL UNIQUE,
chain_id int NOT NULL,
event_name VARCHAR(255) NOT NULL,
Expand Down