Skip to content

Commit

Permalink
fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Jan 26, 2024
1 parent 6293c97 commit a3bde03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion install/03b_populate_db.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
geonature db upgrade geonature@head -x local-srid=$srid_local
geonature db upgrade taxonomie@head -x local-srid=$srid_local
geonature db autoupgrade -x local-srid=$srid_local

geonature db exec "DO 'BEGIN ASSERT EXISTS (SELECT 1 FROM taxonomie.taxref); END'" 2>/dev/null \
Expand Down

0 comments on commit a3bde03

Please sign in to comment.