| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class Version20150615171900 extends AbstractMigrationChamilo |
||
| 16 | { |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @param Schema $schema |
||
| 20 | */ |
||
| 21 | public function up(Schema $schema) |
||
| 22 | { |
||
| 23 | $this->addSql('ALTER TABLE c_course_description CHANGE description_type description_type INTEGER NOT NULL DEFAULT 1'); |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param Schema $schema |
||
| 28 | */ |
||
| 29 | public function down(Schema $schema) |
||
| 32 | } |
||
| 33 | |||
| 35 |