Changed expected_checksum to last_checksum on most_recent_checksum insert statement (fix non-existent column error)

git-svn-id: http://scm.dspace.org/svn/repo/trunk@1415 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Scott Yeadon
2006-02-09 04:32:34 +00:00
parent 09b200a563
commit ae2b3cfb71

View File

@@ -269,7 +269,7 @@ insert into most_recent_checksum
( (
bitstream_id, bitstream_id,
to_be_processed, to_be_processed,
expected_checksum, last_checksum,
current_checksum, current_checksum,
last_process_start_date, last_process_start_date,
last_process_end_date, last_process_end_date,