Skip to content

Commit

Permalink
Update add_public_api_daily_rate_limit_indexes.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Camelia-Orcid committed Nov 18, 2024
2 parents 64c2feb + 11934c8 commit 1c0adb0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
<sql>create index concurrently if not exists idx_client_id on public_api_daily_rate_limit(client_id);</sql>
<sql>create index concurrently if not exists idx_client_ip_date on public_api_daily_rate_limit(client_id, ip_address, request_date);</sql>
</changeSet>
</databaseChangeLog>

</databaseChangeLog>

0 comments on commit 1c0adb0

Please sign in to comment.