We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab36da4 commit d9aa137Copy full SHA for d9aa137
dbscripts/postgresql_process_tracker.sql
@@ -114,7 +114,7 @@ create table process
114
primary key,
115
process_name varchar(250) not null,
116
total_record_count integer default 0 not null,
117
- process_type_id integer not null
+ process_type_id integer null
118
constraint process_fk02
119
references process_type_lkup,
120
process_tool_id integer not null
0 commit comments