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

Skip to content

Commit 59e9d1a

Browse files
committed
add to package specs
1 parent 044f575 commit 59e9d1a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

source/core/annotations/ut_annotations.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
create or replace package ut_annotations as
1+
create or replace package ut_annotations authid definer as
22
/*
33
package: ut_annotations
44

source/core/ut_metadata.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
create or replace package ut_metadata as
1+
create or replace package ut_metadata authid definer as
22
/*
33
package: ut_metadata
44

source/core/ut_suite_manager.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
create or replace package ut_suite_manager is
1+
create or replace package ut_suite_manager authid definer is
22

33
function config_package(a_owner_name varchar2, a_object_name varchar2) return ut_test_suite;
44

source/core/ut_utils.pks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
create or replace package ut_utils is
1+
create or replace package ut_utils authid definer is
22

33
/*
44
Package: ut_utils

0 commit comments

Comments
 (0)