1 | <?php |
||
8 | class m000508_053522_fix_migration_table extends Migration |
||
9 | { |
||
10 | /** |
||
11 | * {@inheritdoc} |
||
12 | */ |
||
13 | public function safeUp() |
||
21 | |||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | public function safeDown() |
||
31 | |||
32 | /* |
||
33 | // Use up()/down() to run migration code without a transaction. |
||
34 | public function up() |
||
35 | { |
||
36 | |||
37 | } |
||
38 | |||
39 | public function down() |
||
40 | { |
||
41 | echo "m000508_053522_fix_migration_table cannot be reverted.\n"; |
||
42 | |||
43 | return false; |
||
44 | } |
||
45 | */ |
||
46 | } |
||
47 |