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

[governance] Remove the redundant ')' character in the migration script #338

Open
Sotatek-HuyLe3a opened this issue Aug 13, 2024 · 0 comments

Comments

@Sotatek-HuyLe3a
Copy link
Collaborator

Sotatek-HuyLe3a commented Aug 13, 2024

in V0_1100_1_init.sql:

create table committee
(
gov_action_tx_hash varchar(64),
gov_action_index int,
threshold_numerator bigint,
threshold_denominator bigint,
threshold double precision,
epoch int,
slot bigint,
update_datetime timestamp,
primary key (epoch));
)

There is an extra ")" character, but Flyway still works, and the process of initializing the tables is still normal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant