feat(membership-fees): add database schema and Ash domain structure
This commit is contained in:
parent
e563d12be3
commit
4d1b33357e
14 changed files with 1405 additions and 7 deletions
|
|
@ -15,7 +15,8 @@ defmodule Mv.Constants do
|
|||
:city,
|
||||
:street,
|
||||
:house_number,
|
||||
:postal_code
|
||||
:postal_code,
|
||||
:membership_fee_start_date
|
||||
]
|
||||
|
||||
@custom_field_prefix "custom_field_"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue