Skip to content

Commit

Permalink
added sql
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Aug 26, 2024
1 parent 1b5a7f3 commit 14430dd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions database/bfgd/scripts/0009.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
-- Copyright (c) 2024 Hemi Labs, Inc.
-- Use of this source code is governed by the MIT License,
-- which can be found in the LICENSE file.

BEGIN;

UPDATE version SET version = 9;

CREATE INDEX btc_blocks_can_hash_idx ON btc_blocks_can (hash);
CREATE INDEX btc_blocks_can_height_idx ON btc_blocks_can (height);

COMMIT;

0 comments on commit 14430dd

Please sign in to comment.