We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
json
text
1 parent 14c0675 commit 053da49Copy full SHA for 053da49
mithril-aggregator/src/database/migration.rs
@@ -138,7 +138,7 @@ drop table certificate_temp;
138
create table open_message (
139
open_message_id text not null,
140
epoch_setting_id int not null,
141
- beacon text not null,
+ beacon json not null,
142
signed_entity_type_id int not null,
143
message text not null,
144
created_at text not null default current_timestamp,
0 commit comments