diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20210419105054.php b/src/Bundle/ChillPersonBundle/migrations/Version20210419105054.php new file mode 100644 index 000000000..c2b752822 --- /dev/null +++ b/src/Bundle/ChillPersonBundle/migrations/Version20210419105054.php @@ -0,0 +1,32 @@ +addSql('ALTER TABLE chill_person_closingmotive_id_seq RENAME TO ' + . 'chill_person_accompanying_period_closingmotive_id_seq'); + + } + + public function down(Schema $schema) : void + { + $this->addSql('ALTER TABLE chill_person_accompanying_period_closingmotive_id_seq ' + . 'RENAME TO chill_person_closingmotive_id_seq'); + } +}