Index: branches/5.1.x/core/install/install_schema.sql =================================================================== diff -u -N -r14402 -r14537 --- branches/5.1.x/core/install/install_schema.sql (.../install_schema.sql) (revision 14402) +++ branches/5.1.x/core/install/install_schema.sql (.../install_schema.sql) (revision 14537) @@ -189,6 +189,16 @@ l3_Translation text, l4_Translation text, l5_Translation text, + l1_HintTranslation text, + l2_HintTranslation text, + l3_HintTranslation text, + l4_HintTranslation text, + l5_HintTranslation text, + l1_ColumnTranslation text, + l2_ColumnTranslation text, + l3_ColumnTranslation text, + l4_ColumnTranslation text, + l5_ColumnTranslation text, PhraseType int(11) NOT NULL DEFAULT '0', LastChanged int(10) unsigned DEFAULT NULL, LastChangeIP varchar(15) NOT NULL DEFAULT '',