Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 31, 2024
1 parent f66492e commit 1e81597
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/documentation/data-model.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ La structure des données peut évoluer d'une release à une autre. Si votre bas
1. Supprimer l'application: `psql -c "DROP SCHEMA signalo_app CASCADE"`
2. Lancer les différents scripts SQL de migration: `psql -v ON_ERROR_STOP=1 -v SRID=2056 -f datamodel/changelogs/XXXX/XXXX_zzzzzz.sql` (pour chaque fichier)
3. Recréer l'application avec le ficher SQL de la release: `psql -v ON_ERROR_STOP=1 -f signalo-1.X.Y-db-app.sql`

0 comments on commit 1e81597

Please sign in to comment.