Skip to content

Commit 7b597ef

Browse files
committed
fix: sql migrations
1 parent 7759643 commit 7b597ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/api/drizzle/0004_groovy_weapon_omega.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ BEGIN
55
EXCEPTION
66
WHEN duplicate_object THEN NULL;
77
WHEN undefined_object THEN NULL;
8+
WHEN unique_violation THEN NULL;
89
END $$;

0 commit comments

Comments
 (0)