There is a schema issue with the definition of wowtoon_owners. The aid field I believe should be:
'aid' => array('type' => 'int', 'not null' => TRUE),
Thoughts?
There is a schema issue with the definition of wowtoon_owners. The aid field I believe should be:
'aid' => array('type' => 'int', 'not null' => TRUE),
Thoughts?
Comments
Comment #3
ytwater commentedyeah, I added the fix to alpha31.
Comment #4
ytwater commented