We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7759643 commit 7b597efCopy full SHA for 7b597ef
apps/api/drizzle/0004_groovy_weapon_omega.sql
@@ -5,4 +5,5 @@ BEGIN
5
EXCEPTION
6
WHEN duplicate_object THEN NULL;
7
WHEN undefined_object THEN NULL;
8
+ WHEN unique_violation THEN NULL;
9
END $$;
0 commit comments