| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | final class Version20250724115010 extends AbstractMigrationChamilo |
||
| 14 | { |
||
| 15 | public function getDescription(): string |
||
| 16 | { |
||
| 17 | return 'Remove show_conditions_to_user setting and gdpr + my_terms extra_fields'; |
||
| 18 | } |
||
| 19 | |||
| 20 | public function up(Schema $schema): void |
||
| 37 | AND variable IN ('gdpr','my_terms') |
||
| 38 | "); |
||
| 39 | } |
||
| 40 | |||
| 41 | public function down(Schema $schema): void {} |
||
| 42 | } |
||
| 43 |