You are here

UPGRADE.txt in TableField 7.2

Same filename and directory in other branches
  1. 7.3 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.

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. It should be noted that the database structure has fundamentally changed. If
  7. you use (custom) code that interacts directly with the tablefield data you
  8. would probably have to revise the code.
  9. Backup your database and take note of what version of the module you currently
  10. use (of make a copy if it is a dev version). After you run update.php check
  11. your existing tables and their settings thoroughly.