mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Increase length of varchar for id chill_person_marital_status
This commit is contained in:
parent
a915c35026
commit
cfb547d55f
@ -23,9 +23,9 @@ final class Version20241104142216 extends AbstractMigration
|
||||
|
||||
public function up(Schema $schema): void
|
||||
{
|
||||
$this->addSql('ALTER TABLE chill_person_marital_status ALTER id TYPE VARCHAR(7)');
|
||||
$this->addSql('ALTER TABLE chill_person_marital_status ALTER id TYPE VARCHAR(50)');
|
||||
$this->addSql('ALTER TABLE chill_person_person DROP cfdata_old');
|
||||
$this->addSql('ALTER TABLE chill_person_person ALTER maritalstatus_id TYPE VARCHAR(7)');
|
||||
$this->addSql('ALTER TABLE chill_person_person ALTER maritalstatus_id TYPE VARCHAR(50)');
|
||||
}
|
||||
|
||||
public function down(Schema $schema): void
|
||||
|
Loading…
x
Reference in New Issue
Block a user