upgrade-3.3.php 262 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php /** * @package wpml-core */ global $wpdb; // change icl_translation_status.translation_package from text to longtext $sql = "ALTER TABLE {$wpdb->prefix}icl_translation_status MODIFY COLUMN translation_package longtext NOT NULL"; $wpdb->query( $sql );