refactor: adds schemales changeset and validation constant

This commit is contained in:
carla 2026-01-19 11:43:51 +01:00
parent 14a8417fdf
commit 7da037d81d
6 changed files with 158 additions and 34 deletions

View file

@ -403,6 +403,7 @@ defmodule Mv.Membership.Import.MemberCSVTest do
},
custom: %{}
}
csv_line_number = 2
opts = []
@ -417,6 +418,7 @@ defmodule Mv.Membership.Import.MemberCSVTest do
member: %{email: "john@example.com"},
custom: %{"field1" => "value1"}
}
csv_line_number = 2
opts = []