Skip to content

Commit

Permalink
fix: make insert repeatable (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox authored Nov 15, 2024
1 parent a7eed7f commit 0a711fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/sql/R__code-table-data.sql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5375,7 +5375,7 @@ WHERE
-- INSERT INTO drug_method_code
--
INSERT INTO
drug_method_code (
case_management.drug_method_code (
drug_method_code,
short_description,
long_description,
Expand All @@ -5397,7 +5397,7 @@ VALUES
now (),
'FLYWAY',
now ()
);
) on conflict do nothing;

--
-- UPDATE Reverse distribution -> Returned to vet
Expand Down

0 comments on commit 0a711fa

Please sign in to comment.