refs #758. Testing commandTask and commandGroups
parent
1750cbd60f
commit
b0189d8d9e
|
@ -20,9 +20,7 @@ final class Version20240926104532 extends AbstractMigration
|
||||||
public function up(Schema $schema): void
|
public function up(Schema $schema): void
|
||||||
{
|
{
|
||||||
// this up() migration is auto-generated, please modify it to your needs
|
// this up() migration is auto-generated, please modify it to your needs
|
||||||
$this->addSql('ALTER TABLE organizational_unit DROP FOREIGN KEY FK_749AEB2DC56641EE');
|
|
||||||
$this->addSql('ALTER TABLE command_group DROP position');
|
$this->addSql('ALTER TABLE command_group DROP position');
|
||||||
$this->addSql('DROP INDEX IDX_749AEB2DC56641EE ON organizational_unit');
|
|
||||||
$this->addSql('ALTER TABLE organizational_unit DROP remote_calendar_id');
|
$this->addSql('ALTER TABLE organizational_unit DROP remote_calendar_id');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue