From 801d1d89b852605108b77ffb42fd14a30bdd5727 Mon Sep 17 00:00:00 2001 From: Alex Meadows Date: Fri, 14 Jun 2019 10:13:01 -0400 Subject: [PATCH] Performance Cluster Management Hit bug with sql script for postgresql. --- dbscripts/postgresql_process_tracker.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbscripts/postgresql_process_tracker.sql b/dbscripts/postgresql_process_tracker.sql index 92d0e25..e659c9a 100644 --- a/dbscripts/postgresql_process_tracker.sql +++ b/dbscripts/postgresql_process_tracker.sql @@ -117,7 +117,7 @@ create table process process_type_id integer null constraint process_fk02 references process_type_lkup, - process_tool_id integer not null + process_tool_id integer null constraint process_fk03 references tool_lkup, last_failed_run_date_time timestamp default '1900-01-01 00:00:00'::timestamp without time zone not null