mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-15 22:01:23 +00:00
Apply new rector rules regarding to PHP version to 8.4
This commit is contained in:
@@ -16,6 +16,7 @@ use Doctrine\Migrations\AbstractMigration;
|
||||
|
||||
final class Version20241212112733 extends AbstractMigration
|
||||
{
|
||||
#[\Override]
|
||||
public function getDescription(): string
|
||||
{
|
||||
return 'Move the title of PersonDocument and AccompanyingCourseDocument to stored object';
|
||||
@@ -30,6 +31,7 @@ final class Version20241212112733 extends AbstractMigration
|
||||
$this->addSql('ALTER TABLE chill_doc.person_document DROP title');
|
||||
}
|
||||
|
||||
#[\Override]
|
||||
public function down(Schema $schema): void
|
||||
{
|
||||
$this->addSql('ALTER TABLE chill_doc.accompanyingcourse_document ADD scope_id INT DEFAULT NULL');
|
||||
|
||||
Reference in New Issue
Block a user