performance indexes

This commit is contained in:
Michael Quigley
2024-04-16 14:34:38 -04:00
parent 5a8ffdfd7e
commit cf449b8291
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,6 @@
-- +migrate Up
create index environments_account_id_idx on environments (account_id);
create index shares_token_perf_idx on shares (token);
create index shares_environment_id_idx on shares (environment_id);
create index frontends_environment_id_idx on frontends (environment_id);