Hi there ...

today i looked at the schema module again for some development purposes, and found that the FillPDF tables have a small mismatch in declaration.

    *
      fillpdf_forms
          o column fid - difference on: length
            declared: array('description' => t('TODO: beschreibe dieses Feld!'), 'type' => 'int', 'unsigned' => TRUE, 'length' => 10, 'not null' => TRUE)
            actual: array('description' => t('TODO: beschreibe dieses Feld!'), 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE)
    *
      fillpdf_fields
          o column fid - difference on: length
            declared: array('description' => t('TODO: beschreibe dieses Feld!'), 'type' => 'int', 'unsigned' => TRUE, 'length' => 10, 'not null' => TRUE)
            actual: array('description' => t('TODO: beschreibe dieses Feld!'), 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE)

Just wanted to point that out ... surely not a big thing to correct.

Comments

wizonesolutions’s picture

Title: Schema Modul states errors about FillPDF Tables » Schema module states errors about Fill PDF tables
Version: 6.x-1.9 » 6.x-1.x-dev
Status: Active » Closed (won't fix)

No error here, just database-specific behavior. Won't change it unless it causes a verifiable problem.

wizonesolutions’s picture

Status: Closed (won't fix) » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -schema, -mismatch

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