Reproduce:
Go to /admin/build/schema . You'll see three warnings in the schema to table og_term.
All three state that there is a missmatch between the database-type of the field (unsigned integer) and the php-type of the default value (string).

The patch below was considerably easy. Just removed the ticks around the '0's.

Comments

vegantriathlete’s picture

Version: 6.x-2.2 » 6.x-2.x-dev
Issue summary: View changes
Status: Needs review » Closed (won't fix)