From 8400465a5e9cf249fdcc7c0feaf72b2cf3b96c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 1 Oct 2023 10:50:23 +0200 Subject: [PATCH] Update test/ecto/adapters/postgres_test.exs --- test/ecto/adapters/postgres_test.exs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/ecto/adapters/postgres_test.exs b/test/ecto/adapters/postgres_test.exs index c8e9e798..81ca1930 100644 --- a/test/ecto/adapters/postgres_test.exs +++ b/test/ecto/adapters/postgres_test.exs @@ -41,7 +41,6 @@ defmodule Ecto.Adapters.PostgresTest do schema "schema3" do field :list1, {:array, :string} field :list2, {:array, :integer} - field :binary_id, :binary_id field :binary, :binary field :uuid, Ecto.UUID end