Skip to content

Conversation

@glyh
Copy link
Member

@glyh glyh commented Oct 27, 2025

This is so the behavior on a fresh develop DB would match that of one upgrading from compatible with upgrade to mesa script.

@glyh glyh requested a review from a team as a code owner October 27, 2025 07:38
@glyh glyh force-pushed the lyh/create-schema-archive-to-match-upgrade-script branch from c641353 to e6ecfdd Compare October 27, 2025 07:39
@glyh
Copy link
Member Author

glyh commented Nov 3, 2025

!ci-build-me

CREATE INDEX idx_blocks_zkapp_commands_zkapp_command_id ON blocks_zkapp_commands(zkapp_command_id);
CREATE INDEX idx_blocks_zkapp_commands_sequence_no ON blocks_zkapp_commands(sequence_no);

CREATE TYPE migration_status AS ENUM ('starting', 'applied', 'failed');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, that change looks useful also for compatible/master. In develop we should only bump currenet_protocol_version

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will have more HFs in the future, so having this in db in the 1st place should be useful, I think

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

Successfully merging this pull request may close these issues.

3 participants