Skip to content

Commit

Permalink
process_tracker_python-138 Add file size to extract_tracker
Browse files Browse the repository at this point in the history
🐛 Issues with dbscripts

Closes: #138
  • Loading branch information
Alex Meadows committed Nov 21, 2019
1 parent 67aab3f commit 93d6435
Show file tree
Hide file tree
Showing 2 changed files with 484 additions and 495 deletions.
2 changes: 1 addition & 1 deletion dbscripts/mysql_process_tracker.sql
Expand Up @@ -179,7 +179,7 @@ create table extract_tracking
constraint extract_tracking_ibfk_2
foreign key (extract_status_id) references process_tracker.extract_status_lkup (extract_status_id),
constraint extract_tracking_fk06
foreign key (extract_filesize_type) references process_tracker.filesize_type_lkup (filesize_type_id)
foreign key (extract_filesize_type_id) references process_tracker.filesize_type_lkup (filesize_type_id)
);

create index extract_location_id
Expand Down

0 comments on commit 93d6435

Please sign in to comment.