Skip to content

Commit 6028cf2

Browse files
committed
🐛 Fix breaking changes in sqlx
issue is open at launchbadge/sqlx#1672
1 parent a6df250 commit 6028cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idempotency/persistence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use uuid::Uuid;
88
use crate::idempotency::IdempotencyKey;
99

1010
#[derive(Debug, sqlx::Type)]
11-
#[sqlx(type_name = "header_pair")]
11+
#[sqlx(type_name = "header_pair", no_pg_array)]
1212
struct HeaderPairRecord {
1313
name: String,
1414
value: Vec<u8>,

0 commit comments

Comments
 (0)