You are here

UPGRADE.txt in TableField 7.3

Same filename and directory in other branches
  1. 7.2 UPGRADE.txt
Upgrading from tablefield-7.x-2.x to tablefield-7.x-3.x:

A database update script using hook_update_N is provided that takes care of:
- converting existing table to a new database structure
- moving existing field settings to diplay settings instead, maintaining the
  values.
- moving options from TABLE FIELD SETTINGS to [content-type] SETTINGS,
  maintaining the values.

It should be noted that the database structure has fundamentally changed. If
you use (custom) code that interacts directly with the tablefield data you
would probably have to revise the code.

Backup your database and take note of what version of the module you currently
use (of make a copy if it is a dev version). After you run update.php check
your existing tables and their settings thoroughly.

File

UPGRADE.txt
View source
  1. Upgrading from tablefield-7.x-2.x to tablefield-7.x-3.x:
  2. A database update script using hook_update_N is provided that takes care of:
  3. - converting existing table to a new database structure
  4. - moving existing field settings to diplay settings instead, maintaining the
  5. values.
  6. - moving options from TABLE FIELD SETTINGS to [content-type] SETTINGS,
  7. maintaining the values.
  8. It should be noted that the database structure has fundamentally changed. If
  9. you use (custom) code that interacts directly with the tablefield data you
  10. would probably have to revise the code.
  11. Backup your database and take note of what version of the module you currently
  12. use (of make a copy if it is a dev version). After you run update.php check
  13. your existing tables and their settings thoroughly.