Skip to content

Commit a669eaf

Browse files
committed
Uuids are only avaible on postgres
1 parent 078ff87 commit a669eaf

File tree

1 file changed

+1
-1
lines changed
  • wundergraph/src/third_party_integrations

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#[cfg(feature = "chrono")]
22
mod chrono;
3-
#[cfg(feature = "uuid")]
3+
#[cfg(all(feature = "uuid", feature = "postgres"))]
44
mod uuid;

0 commit comments

Comments
 (0)