mirror of https://github.com/hashicorp/boundary
parent
eb78943cdb
commit
85ca909720
@ -0,0 +1,12 @@
|
||||
-- Copyright (c) HashiCorp, Inc.
|
||||
-- SPDX-License-Identifier: BUSL-1.1
|
||||
|
||||
begin;
|
||||
select plan(2);
|
||||
|
||||
select has_index('iam_scope', 'iam_scope_create_time_public_id_idx', array['create_time', 'public_id']);
|
||||
select has_index('iam_scope', 'iam_scope_update_time_public_id_idx', array['update_time', 'public_id']);
|
||||
|
||||
select * from finish();
|
||||
|
||||
rollback;
|
||||
Loading…
Reference in new issue