Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dvesh3 authored and github-actions[bot] committed May 3, 2023
1 parent f0e4827 commit f0e71da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Migrations/Version20221130082116.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function up(Schema $schema): void
$query = 'ALTER TABLE `%s` RENAME COLUMN `%s` TO `%s`';
$this->addSql(sprintf($query, $table->getName(), 'o_classId', 'classId'));
}

if ($table->hasColumn('o_id')) {
$query = 'ALTER TABLE `%s` RENAME COLUMN `%s` TO `%s`';
$this->addSql(sprintf($query, $table->getName(), 'o_id', 'objectId'));
Expand Down

0 comments on commit f0e71da

Please sign in to comment.