Skip to content

Commit 801d1d8

Browse files
committed
Performance Cluster Management
Hit bug with sql script for postgresql.
1 parent d9aa137 commit 801d1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbscripts/postgresql_process_tracker.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ create table process
117117
process_type_id integer null
118118
constraint process_fk02
119119
references process_type_lkup,
120-
process_tool_id integer not null
120+
process_tool_id integer null
121121
constraint process_fk03
122122
references tool_lkup,
123123
last_failed_run_date_time timestamp default '1900-01-01 00:00:00'::timestamp without time zone not null

0 commit comments

Comments
 (0)