Skip to content

Commit

Permalink
chore: create base_token_ratios_ratio_timestamp_idx index
Browse files Browse the repository at this point in the history
  • Loading branch information
dimazhornyk committed Dec 26, 2024
1 parent 78af2bf commit 7f71106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX IF EXISTS base_token_ratios_ratio_timestamp_idx;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX IF NOT EXISTS base_token_ratios_ratio_timestamp_idx ON base_token_ratios (ratio_timestamp);

0 comments on commit 7f71106

Please sign in to comment.