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] authored and 3nids committed Feb 6, 2024
1 parent 61c3197 commit 8bb5e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datamodel/changelogs/0100/0100_direction_user_signs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ ALTER TABLE signalo_db.vl_user_sign ADD CONSTRAINT directional CHECK (
directional_sign IS FALSE
OR
(img_de_right IS NOT NULL AND img_fr_right IS NOT NULL AND img_it_right IS NOT NULL AND img_ro_right IS NOT NULL)
);
);
2 changes: 1 addition & 1 deletion project/signalo.qgs
Original file line number Diff line number Diff line change
Expand Up @@ -5475,7 +5475,7 @@ ouvert.

Utilisez cette fonction pour ajouter une logique supplémentaire à vos formulaires.

Entrez le nom de la fonction dans le champ
Entrez le nom de la fonction dans le champ
"Fonction d'initialisation Python".
Voici un exemple:
"""
Expand Down

0 comments on commit 8bb5e62

Please sign in to comment.