From ae2b3cfb717d74f427a9a91fc35c8a67ab61c5fe Mon Sep 17 00:00:00 2001 From: Scott Yeadon Date: Thu, 9 Feb 2006 04:32:34 +0000 Subject: [PATCH] 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 --- dspace/etc/database_schema_13-14.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dspace/etc/database_schema_13-14.sql b/dspace/etc/database_schema_13-14.sql index 168645d5d4..05f72545b2 100644 --- a/dspace/etc/database_schema_13-14.sql +++ b/dspace/etc/database_schema_13-14.sql @@ -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,