Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
milmazz committed Oct 23, 2024
1 parent d951e49 commit ce83d5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/ecto/adapters/postgres_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ce83d5a

Please sign in to comment.