Skip to content

Commit

Permalink
Update dan_layer/state_store_sqlite/migrations/2024-01-18-100401_rena…
Browse files Browse the repository at this point in the history
…me_fields/up.sql
  • Loading branch information
sdbondi authored Jan 18, 2024
1 parent 77f2e63 commit 7ed458d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ alter table locked_outputs
drop index substates_uniq_shard_id;
create unique index substates_uniq_address on substates (address);

drop index substates_uniq_shard_id;
drop index locked_outputs_uniq_idx_shard_id;
create unique index locked_outputs_uniq_idx_substate_address on locked_outputs (substate_address);

0 comments on commit 7ed458d

Please sign in to comment.