You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/internal/db/sqltest/tests/alias/views.sql

12 lines
273 B

-- Copyright (c) HashiCorp, Inc.
-- SPDX-License-Identifier: BUSL-1.1
begin;
select plan(1);
select wtt_load('widgets', 'iam', 'kms', 'auth');
select has_view('alias_all_subtypes', 'view for reading generic alias data does not exist');
select * from finish();
rollback;