Skip to content

Commit 5bb2bc8

Browse files
committed
process_tracker_python-17 Audit Info for Extracts
🐛 Issue with extract_tracking table in postgresql script Travis CI failed - trying to fix.
1 parent adff95c commit 5bb2bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dbscripts/postgresql_process_tracker.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
SET search_path TO process_tracker;
22

3-
create schema process_tracking;
3+
create schema process_tracker;
44

5-
alter schema process_tracking owner to pt_admin;
5+
alter schema process_tracker owner to pt_admin;
66

77
create table error_type_lkup
88
(

0 commit comments

Comments
 (0)