Compare commits

..

1 commit

Author SHA1 Message Date
780efc3e91
feat: add custom email type for validation
All checks were successful
continuous-integration/drone/push Build is passing
2025-05-28 23:37:50 +02:00

View file

@ -42,7 +42,7 @@ for attrs <- [
required: true required: true
} }
] do ] do
Membership.create_property_type!( Membership.create_property_type(
attrs, attrs,
upsert?: true, upsert?: true,
upsert_identity: :unique_name upsert_identity: :unique_name