mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
Debug doctrine migration down
This commit is contained in:
parent
903c115aa2
commit
4e4c1a8f68
@ -56,6 +56,6 @@ class Version20150820113409 extends AbstractMigration
|
|||||||
|
|
||||||
$this->addSql('ALTER TABLE accompanying_period RENAME COLUMN openingdate TO date_opening;');
|
$this->addSql('ALTER TABLE accompanying_period RENAME COLUMN openingdate TO date_opening;');
|
||||||
$this->addSql('ALTER TABLE accompanying_period RENAME COLUMN closingdate TO date_closing;');
|
$this->addSql('ALTER TABLE accompanying_period RENAME COLUMN closingdate TO date_closing;');
|
||||||
$this->addSql('ALTER TABLE accompanying_perod RENAME COLUMN remark TO memo;');
|
$this->addSql('ALTER TABLE accompanying_period RENAME COLUMN remark TO memo;');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user