mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 08:05:04 +02:00
Merge branch 'main' into vpn-mode
This commit is contained in:
@ -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);
|
Reference in New Issue
Block a user