You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis/install.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,6 @@ set feedback off
30
30
31
31
set feedback on
32
32
--Needed for testing coverage outside of main UT3 schema.
33
-
grant create any procedure, drop any procedure, execute any procedure, execute any type, select any table, delete any table to $UT3_TESTER;
33
+
grant create any procedure, drop any procedure, execute any procedure, create any type, drop any type, execute any type, under any type, select any table, delete any table, create any table, drop any table, alter any table, select any dictionary to $UT3_TESTER;
0 commit comments