Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
wiki:fix_for_database_schema_version_2.5.0 [2014/10/31 19:21] neyronwiki:fix_for_database_schema_version_2.5.0 [2014/10/31 19:21] neyron
Line 47: Line 47:
  
 Check that your jobs table already has a "array_index" column. Check that your jobs table already has a "array_index" column.
-<core bash>+<code bash>
 $ echo 'select array_index from jobs limit 1;' | mysql -t -u$OARDBUSER -p$OARDBPASSWD $OARDBNAME $ echo 'select array_index from jobs limit 1;' | mysql -t -u$OARDBUSER -p$OARDBPASSWD $OARDBNAME
 +-------------+ +-------------+
Line 60: Line 60:
  
 Please apply the following command to fix the version: Please apply the following command to fix the version:
- 
 <code bash> <code bash>
 $ echo 'update `schema` set version = "2.5.2";' | mysql -u$OARDBUSER -p$OARDBPASSWD $OARDBNAME $ echo 'update `schema` set version = "2.5.2";' | mysql -u$OARDBUSER -p$OARDBPASSWD $OARDBNAME
wiki/fix_for_database_schema_version_2.5.0.txt · Last modified: 2014/10/31 19:35 by neyron
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki