Total Complexity | 3 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | final class Version20210106191712 extends AbstractMigration |
||
14 | { |
||
15 | public function getDescription() : string |
||
18 | } |
||
19 | |||
20 | public function up(Schema $schema) : void |
||
21 | { |
||
22 | $this->addSql("INSERT INTO settings (setting_name, setting_value) VALUES ('show_filter_by_features', '0')"); |
||
23 | } |
||
24 | |||
25 | public function down(Schema $schema) : void |
||
28 | } |
||
29 | } |
||
30 |