Skip to content

Commit

Permalink
fix edgless script
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Jan 18, 2024
1 parent 171fdc8 commit aa57c0c
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 @@ -74,6 +74,7 @@ create table if not exists obsdb.batch
(
sequence int,
full_hash binary(32),
converted_hash binary(32) NOT NULL,
hash binary(16) NOT NULL,
parent binary(16),
height int NOT NULL,
Expand Down

0 comments on commit aa57c0c

Please sign in to comment.