The SQL gunk-to-schema conversion is pretty frickin' sweet! :D Unfortunately, it had one minor problem in that it made my index:

        PRIMARY KEY  (did)

into:

    'primary key' => array('KEY'),

You can test this for yourself with http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/og/og_panel...

Comments

dww’s picture

Yup, I hit the same thing in my inaugural run with this module, using the latest HEAD.

solotandem’s picture

Thanks to both of you for the report. Fixed along with #329403: database schema has been not converted by cleaning each schema definition line so it parses properly.

solotandem’s picture

Assigned: Unassigned » solotandem
Status: Active » Fixed

Forgot to change status on last post.

Status: Fixed » Closed (fixed)

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