Skip to content

Commit

Permalink
feat(tools): mise en prod de l'outil d'indemnité de rupture conventio…
Browse files Browse the repository at this point in the history
…nnelle (#1450)
  • Loading branch information
m-maillot authored Jul 24, 2024
1 parent a329387 commit c0ad13e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
UPDATE documents
SET is_searchable = false
WHERE slug = 'indemnite-rupture-conventionnelle';
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
UPDATE documents
SET is_searchable = true
WHERE slug = 'indemnite-rupture-conventionnelle';

0 comments on commit c0ad13e

Please sign in to comment.