We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9aa137 commit 801d1d8Copy full SHA for 801d1d8
dbscripts/postgresql_process_tracker.sql
@@ -117,7 +117,7 @@ create table process
117
process_type_id integer null
118
constraint process_fk02
119
references process_type_lkup,
120
- process_tool_id integer not null
+ process_tool_id integer null
121
constraint process_fk03
122
references tool_lkup,
123
last_failed_run_date_time timestamp default '1900-01-01 00:00:00'::timestamp without time zone not null
0 commit comments