Skip to content

Commit

Permalink
refactor: add index to deployment id (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
chesedo committed Sep 12, 2023
1 parent 91e9239 commit c2a4892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logger/migrations/0001_index.sql
@@ -0,0 +1 @@
CREATE INDEX deployment_idx ON logs (deployment_id);

0 comments on commit c2a4892

Please sign in to comment.