Skip to content

Commit a70d762

Browse files
author
Alex Meadows
committed
process_tracker_python-100 Add source/source object character set
🐛 Fixed mysql dbscript file issues Closes #100 #103
1 parent 77a5063 commit a70d762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbscripts/mysql_process_tracker.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ create table process_tracker.source_lkup
205205
source_id int auto_increment
206206
primary key,
207207
source_name varchar(250) not null,
208-
source_type_id int not null,
208+
source_type_id int null,
209209
character_set_id int null,
210210
constraint source_name
211211
unique (source_name),

0 commit comments

Comments
 (0)