Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Jun 14, 2024
1 parent 183ca3f commit 7470623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/enclave/storage/init/edgelessdb/001_init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ create table if not exists obsdb.exec_tx
tx int,
batch int NOT NULL,
INDEX (batch),
INDEX (created_contract_address, tx),
INDEX (tx, created_contract_address),
primary key (id)
);
GRANT ALL ON obsdb.exec_tx TO obscuro;
Expand Down

0 comments on commit 7470623

Please sign in to comment.