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