Title: Message Title
|
|
Issue Type:
|
Bug
|
Affects Versions:
|
4.0
|
Assignee:
|
Unassigned
|
Created:
|
18/Feb/14 2:02 PM
|
Priority:
|
Minor
|
Reporter:
|
Christian Scheible
|
|
In dspace/etc/postgres/update-sequences.sql is an error. It's: SELECT setval('webapp_seq', max(id)) FROM webapp; But should be SELECT setval('webapp_seq', max(webapp_id)) FROM webapp; Because there is no column id the result is an error like this: ERROR: column "id" does not exist LINE 1: SELECT setval('webapp_seq', max(id)) FROM webapp;
|
|
|
|
|
|
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel