Skip to content

Commit

Permalink
fix(ingester): retrait de la contrainte unique sur le CID d'un article (
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot authored Aug 2, 2023
1 parent c8c5878 commit d907b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."legi_articles" add constraint "legi_articles_cid_key" unique ("cid");
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."legi_articles" drop constraint "legi_articles_cid_key";

0 comments on commit d907b1a

Please sign in to comment.