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
Comment #1
dwwYup, I hit the same thing in my inaugural run with this module, using the latest HEAD.
Comment #2
solotandem commentedThanks 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.
Comment #3
solotandem commentedForgot to change status on last post.