Skip to content

Commit

Permalink
Fix index name
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Oct 24, 2023
1 parent 24c8c2a commit bd821d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/migrations/mls/20231023050806_init-schema.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CREATE INDEX idx_installations_revoked_at ON installations(revoked_at);

--bun:split
-- Adding indexes for the key_packages table
CREATE INDEX idx_key_packages_installation_id_not_is_last_resort_created_at ON key_packages(
CREATE INDEX idx_key_packages_installation_id_not_consumed_is_last_resort_created_at ON key_packages(
installation_id,
not_consumed,
is_last_resort,
Expand Down

0 comments on commit bd821d9

Please sign in to comment.