| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | final class Version20240715183456 extends AbstractMigration |
||
| 14 | { |
||
| 15 | public function getDescription(): string |
||
| 16 | { |
||
| 17 | return 'Remove the special_course field from the extra_field table and related entries in extra_field_values'; |
||
| 18 | } |
||
| 19 | |||
| 20 | public function up(Schema $schema): void |
||
| 32 | } |
||
| 33 | |||
| 34 | public function down(Schema $schema): void |
||
| 36 | } |
||
| 37 | } |
||
| 38 |