Skip to content

Commit

Permalink
Performance Cluster Management
Browse files Browse the repository at this point in the history
Hit bug with sql script for postgresql.
  • Loading branch information
OpenDataAlex committed Jun 14, 2019
1 parent d9aa137 commit 801d1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbscripts/postgresql_process_tracker.sql
Expand Up @@ -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
Expand Down

0 comments on commit 801d1d8

Please sign in to comment.