Skip to content

Commit

Permalink
Adding is_transfer to the other sql init.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIliev545 committed Sep 21, 2023
1 parent c4864da commit d4c2426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/enclave/storage/init/edgelessdb/001_init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ create table if not exists obsdb.l1_msg
id INTEGER AUTO_INCREMENT,
message varbinary(1024) NOT NULL,
block binary(32) NOT NULL,
is_transfer boolean NOT NULL,
INDEX (block),
primary key (id)
);
Expand Down

0 comments on commit d4c2426

Please sign in to comment.