Skip to content

Commit

Permalink
update sql + prepa release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia committed Dec 27, 2019
1 parent e853aa4 commit 07fc8ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions data/migrations/2.2.1to2.3.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -400,16 +400,17 @@ CREATE TRIGGER tri_meta_dates_change_synthese
-- Première version qui reste à affiner/étoffer
CREATE OR REPLACE VIEW gn_synthese.v_synthese_taxon_for_export_view AS
SELECT DISTINCT
ref.nom_valide,
ref.cd_ref,
ref.nom_vern,
ref.group1_inpn,
ref.group2_inpn,
ref.regne,
ref.phylum,
ref.classe,
ref.ordre,
ref.famille,
ref.id_rang,
ref.cd_ref,
ref.nom_valide
ref.id_rang
FROM gn_synthese.synthese s
JOIN taxonomie.taxref t ON s.cd_nom = t.cd_nom
JOIN taxonomie.taxref ref ON t.cd_ref = ref.cd_nom;
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CHANGELOG
=========

2.3.0 - Occhab de Noël (Unreleased)
2.3.0 - Occhab de Noël (2019-12-27)
-----------------------------------

**🚀 Nouveautés**
Expand Down

0 comments on commit 07fc8ca

Please sign in to comment.