From ce83d5a7a3326b3b6c702c8b500df59c28e6207f Mon Sep 17 00:00:00 2001 From: Milton Mazzarri Date: Wed, 23 Oct 2024 16:16:22 -0500 Subject: [PATCH] update unit test --- 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 6e0ce0a7..bbdf1aa0 100644 --- a/test/ecto/adapters/postgres_test.exs +++ b/test/ecto/adapters/postgres_test.exs @@ -2535,7 +2535,6 @@ defmodule Ecto.Adapters.PostgresTest do ALTER COLUMN "space_id" TYPE integer, ALTER COLUMN "space_id" DROP NOT NULL, DROP CONSTRAINT "posts_group_id_fkey", - ALTER COLUMN "group_id" TYPE bigint, ADD CONSTRAINT "posts_group_id_fkey" FOREIGN KEY ("group_id") REFERENCES "groups"("gid"), ALTER COLUMN "status" TYPE varchar(100), ALTER COLUMN "status" SET NOT NULL,