mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 13:33:48 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -27,8 +27,8 @@ final class Version20190429171109 extends AbstractMigration
|
||||
public function up(Schema $schema): void
|
||||
{
|
||||
$this->addSql('ALTER TABLE chill_3party.third_party RENAME COLUMN type '
|
||||
. 'TO types');
|
||||
.'TO types');
|
||||
$this->addSql('ALTER TABLE chill_3party.third_party ALTER COLUMN types '
|
||||
. 'SET DATA TYPE jsonb');
|
||||
.'SET DATA TYPE jsonb');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user