Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
29 | public function up(Schema $schema): void |
||
30 | { |
||
31 | // This migration used to create InstitutionConfiguration for institutions. We no longer support this construction |
||
32 | // as the code required to achieve this is no longer supported in our current Symfony version. |
||
33 | // |
||
34 | // Users migrating from a pre InstitutionConfiguration era might run into problems here. I suggest they watch |
||
35 | // git history of this file and work from there to create a custom migration. |
||
36 | $this->write('No up migration executed: this was a data migration that we no longer support.'); |
||
37 | } |
||
48 |