Table webform_submitted_data includes column sid in its PK list, but does not also specify it as NOT NULL which it implicitly is anyway. This yields a comparison error in the schema module. The attached patch corrects this.

CommentFileSizeAuthor
webform.install-PK_NotNull.patch409 bytesbj.drupal

Comments

quicksketch’s picture

Status: Needs review » Fixed

It looks like the SID is set to NOT NULL anyway since it's part of the primary key, so fortunately our database schema is actually correct. Thanks for this patch! Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.