%PDF- %PDF-
Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/migrations/ |
Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/migrations/m131203_110444_oembed.php |
<?php use yii\db\Migration; class m131203_110444_oembed extends Migration { public function up() { $this->createTable('url_oembed', [ 'url' => 'varchar(180) NOT NULL', 'preview' => 'text NOT NULL', 'PRIMARY KEY (`url`)' ]); $this->renameColumn('post', 'message', 'message_2trash'); $this->renameColumn('post', 'original_message', 'message'); } public function down() { echo "m131203_110444_oembed does not support migration down.\n"; return false; } /* // Use safeUp/safeDown to do migration with transaction public function safeUp() { } public function safeDown() { } */ }