Skip to content

Commit

Permalink
fix(sql): Only create order state type if not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
holzeis committed Feb 27, 2024
1 parent 53dea76 commit c46b28e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-- Your SQL goes here
ALTER TYPE "OrderState_Type" ADD VALUE 'Expired';
ALTER TYPE "OrderState_Type" ADD VALUE IF NOT EXISTS 'Expired';

0 comments on commit c46b28e

Please sign in to comment.