mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00
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:
@@ -269,7 +269,7 @@ insert into most_recent_checksum
|
||||
(
|
||||
bitstream_id,
|
||||
to_be_processed,
|
||||
expected_checksum,
|
||||
last_checksum,
|
||||
current_checksum,
|
||||
last_process_start_date,
|
||||
last_process_end_date,
|
||||
|
Reference in New Issue
Block a user