Closed (fixed)
Project:
Term Fields
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2009 at 17:12 UTC
Updated:
11 Nov 2010 at 11:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
b-prod commentedCould you give more details (database type, name of the column etc...) ?
Comment #2
b-prod commentedComment #3
khosman commentedI just did a clean install of my hard drive, re-loaded all files, re-built my drupal site and immediately got the same "tables for which..." warning.
The fields/columns in question are all the fields I've added. One is a select field, the rest are text fields (single line and multiple).
How would I find out what type of database?
Comment #4
igor.ro commentedWhen your module add fields to some table that have schema, you have to implement hook_schema_alter.
Here is the patch
Comment #5
igor.ro commentedComment #6
b-prod commentedPorted in the dev version. A new release will come soon.