update('{{%addons_links}}', ['status' => -1], 'addons_name = :name', [':name' => 'SmartForm']); } /** * {@inheritdoc} */ public function safeDown() { $this->update('{{%addons_links}}', ['status' => 1], 'addons_name = :name', [':name' => 'SmartForm']); } /* // Use up()/down() to run migration code without a transaction. public function up() { } public function down() { echo "M221102091748ChangeSmartformLinkCategoryStatus cannot be reverted.\n"; return false; } */ }