Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6373a6a

Browse files
committed
Fixing install order.
1 parent 499d6ae commit 6373a6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/install.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ alter session set current_schema = &&ut3_owner;
8787
@@install_component.sql 'expectations/data_values/ut_key_anyval_pair.tps'
8888
@@install_component.sql 'expectations/data_values/ut_key_anyval_pairs.tps'
8989
@@install_component.sql 'expectations/data_values/ut_key_anyvalues.tps'
90-
@@install_component.sql 'expectations/data_values/ut_key_anyvalues.tpb'
9190

9291

9392
--output buffer base api
@@ -263,6 +262,7 @@ prompt Installing DBMSPLSQL Tables objects into &&ut3_owner schema
263262
@@install_component.sql 'expectations/matchers/ut_match.tpb'
264263
@@install_component.sql 'expectations/ut_expectation.tpb'
265264
@@install_component.sql 'expectations/ut_expectation_compound.tpb'
265+
@@install_component.sql 'expectations/data_values/ut_key_anyvalues.tpb'
266266

267267
--core reporter
268268
@@install_component.sql 'reporters/ut_documentation_reporter.tps'

0 commit comments

Comments
 (0)