Skip to content

Commit d9aa137

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

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
@@ -114,7 +114,7 @@ create table process
114114
primary key,
115115
process_name varchar(250) not null,
116116
total_record_count integer default 0 not null,
117-
process_type_id integer not null
117+
process_type_id integer null
118118
constraint process_fk02
119119
references process_type_lkup,
120120
process_tool_id integer not null

0 commit comments

Comments
 (0)