guys,
installing CCK 6 on PostgreSQL, it brings an error every time i try to create a new field. It says that description field on content_node_field_instance is NOT NULL but the INSERT SQL is not inserting anything (so its NULL).
I dont know what should be done: ensure that description field gets some value or change the description field schema.
I provided a patch to the second option. It fixes the schema and adds a hook_update.
regards,
massa
| Comment | File | Size | Author |
|---|---|---|---|
| cck6_install.txt | 1.47 KB | brmassa |
Comments
Comment #1
yched commentedduplicate of http://drupal.org/node/206420, which takes the first option.
I'm actually not sure why this column was set to NOT NULL to begin with, it's probably been the case from the early days.
I committed the other patch for now.