Skip to content

Commit

Permalink
Remove btree index on releases(readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Aug 22, 2022
1 parent 18a9cf6 commit b7a0377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion migrations/20211106123053_create_releases.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ create table if not exists releases (

create index on releases(package_id);
create index on releases(uploaded_at);
create index on releases(readme);
create unique index on releases(package_id, version);

0 comments on commit b7a0377

Please sign in to comment.