I'm getting the following errors from the Schema module, as well as a few others because no default value is specified in the
<li>pay_form_node.pfid is part of the primary key but is not specified to be 'not null'.
<li>pay_form_node.nid is part of the primary key but is not specified to be 'not null'.
<li>pay_transaction_node.pxid is part of the primary key but is not specified to be 'not null'.
<li>pay_transaction_node.nid is part of the primary key but is not specified to be 'not null'.
I'll submit a patch file for pay/modules/pay_node/pay_node.install shortly.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1098580-fix_schema_errors_in_pay_node_install_file-D6.patch | 1.19 KB | darrellduane |
Comments
Comment #1
darrellduane commentedHere is the patch file.
Comment #2
darrellduane commentedComment #3
allie mickaCommitted. Thanks!