mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix down migration
This commit is contained in:
parent
98760bc5e8
commit
03feb78037
@ -36,7 +36,7 @@ final class Version20211119215630 extends AbstractMigration
|
|||||||
|
|
||||||
public function down(Schema $schema): void
|
public function down(Schema $schema): void
|
||||||
{
|
{
|
||||||
$this->addSql("CREATE VIEW view_chill_person_current_address AS
|
$this->addSql("CREATE OR REPLACE VIEW view_chill_person_current_address AS
|
||||||
SELECT
|
SELECT
|
||||||
cphm.person_id AS person_id,
|
cphm.person_id AS person_id,
|
||||||
cma.id AS address_id,
|
cma.id AS address_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user