| Total Complexity | 3 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | final class Version20220324162224 extends AbstractMigration |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @noinspection PhpMissingParentCallCommonInspection |
||
| 17 | */ |
||
| 18 | #[Override] |
||
| 19 | public function getDescription(): string |
||
| 20 | { |
||
| 21 | return 'Added username column to log_login table, so that after user deletion there is reference to the user.'; |
||
| 22 | } |
||
| 23 | |||
| 24 | #[Override] |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @noinspection PhpMissingParentCallCommonInspection |
||
| 32 | */ |
||
| 33 | #[Override] |
||
| 39 |