I failed to upgrade riddler from Drupal 6.x to Drupal 7.x because there is no upgrade path. So I attached a patch for upgrade support.

For developers: In 6.x questions and answers were stored in the variable table. The actual version now uses its own database table `riddler_questions`. I added a method to the install file which copies the questions from the variables to the new table (I didn't remove the old variable entries).

CommentFileSizeAuthor
riddler-drupal-7-upgrade.patch1.13 KBHelmut Neubauer

Comments

Anonymous’s picture

Status: Needs review » Reviewed & tested by the community

Works for me. Thanks!

pifagor’s picture

look good

alex_optim’s picture

Status: Reviewed & tested by the community » Patch (to be ported)

  • alex_optim committed dd73cac on 7.x-1.x
    Issue #2381223 by Helmut Neubauer, alex_optim, pifagor: Upgrade to...
alex_optim’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.