mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-08 08:49:52 +00:00
Undo change migration
This commit is contained in:
parent
0cabf5654a
commit
573118e514
@ -1,5 +0,0 @@
|
|||||||
kind: Fixed
|
|
||||||
body: Length of marital status id increased
|
|
||||||
time: 2025-01-16T12:25:02.038860239+01:00
|
|
||||||
custom:
|
|
||||||
Issue: ""
|
|
@ -23,9 +23,9 @@ final class Version20241104142216 extends AbstractMigration
|
|||||||
|
|
||||||
public function up(Schema $schema): void
|
public function up(Schema $schema): void
|
||||||
{
|
{
|
||||||
$this->addSql('ALTER TABLE chill_person_marital_status ALTER id TYPE VARCHAR(50)');
|
$this->addSql('ALTER TABLE chill_person_marital_status ALTER id TYPE VARCHAR(7)');
|
||||||
$this->addSql('ALTER TABLE chill_person_person DROP cfdata_old');
|
$this->addSql('ALTER TABLE chill_person_person DROP cfdata_old');
|
||||||
$this->addSql('ALTER TABLE chill_person_person ALTER maritalstatus_id TYPE VARCHAR(50)');
|
$this->addSql('ALTER TABLE chill_person_person ALTER maritalstatus_id TYPE VARCHAR(7)');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function down(Schema $schema): void
|
public function down(Schema $schema): void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user