Skip to content

Commit

Permalink
Intégration #385
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Apr 27, 2023
1 parent e7b0685 commit 748fdff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# revision identifiers, used by Alembic.
revision = "3bd542b72955"
down_revision = "23c25552d707"
down_revision = "6607b25b2d66"
branch_labels = None
depends_on = None

Expand Down Expand Up @@ -50,7 +50,7 @@ def upgrade():
t_1.group2_inpn
FROM taxonomie.taxref t_1
WHERE t_1.nom_vern IS NOT NULL AND t_1.cd_nom = t_1.cd_ref
)t
)t
WITH DATA;
"""
)
Expand Down Expand Up @@ -98,8 +98,8 @@ def downgrade():
t_1.group2_inpn
FROM taxonomie.taxref t_1
WHERE t_1.nom_vern IS NOT NULL AND t_1.cd_nom = t_1.cd_ref
)t
WITH DATA;
)t
WITH DATA;
"""
)

Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CHANGELOG
**🐛 Corrections**
* Création de la table `taxonomie.bdc_statut` (qui pouvait manquer dans certaines instances - #376)
* Transformation des données de la table `taxref` en NULL au lieu de chaine vide (#387)
* Optimisation de la route allnamebylist lors de la recherche par nom "search_name" (#384)


1.11.1 (2023-03-04)
Expand Down

0 comments on commit 748fdff

Please sign in to comment.