You are here

function tablefield_update_7000 in TableField 7

Same name and namespace in other branches
  1. 7.3 tablefield.install \tablefield_update_7000()
  2. 7.2 tablefield.install \tablefield_update_7000()

Update schema to handle machine names of input filter formats.

File

./tablefield.install, line 77
Installation options for TableField

Code

function tablefield_update_7000() {
  tablefield_repair_schema();
}