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

CommentFileSizeAuthor
cck6_install.txt1.47 KBbrmassa

Comments

yched’s picture

Status: Active » Closed (duplicate)

duplicate 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.