Merge branch 'main' into vpn-mode

This commit is contained in:
Michael Quigley
2024-04-16 14:43:28 -04:00
7 changed files with 119 additions and 104 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);