Skip to content

Commit 053da49

Browse files
use json type in migrations instead of text
Co-authored-by: Jean-Philippe Raynaud <[email protected]>
1 parent 14c0675 commit 053da49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-aggregator/src/database/migration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ drop table certificate_temp;
138138
create table open_message (
139139
open_message_id text not null,
140140
epoch_setting_id int not null,
141-
beacon text not null,
141+
beacon json not null,
142142
signed_entity_type_id int not null,
143143
message text not null,
144144
created_at text not null default current_timestamp,

0 commit comments

Comments
 (0)