Actions
Defect #2343
closedplugin migrations fails on postgresql 8.3
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-12-15
Due date:
% Done:
0%
Estimated time:
Resolution:
Wont fix
Affected version:
Description
running a plugin migration on redmine 0.8 rc against a postgresql 8.3 db lead to the following error:
PGError: ERROR: integer out of range
: UPDATE plugin_schema_info
SET version = 20081215132719
WHERE plugin_name = 'the_plugin_im_working_on'
changing version column data type from integer to bigint fixes the problem
Actions