..
.formatter.exs
Add generated starter app
2025-03-18 15:05:27 +01:00
20250421101957_initialize_extensions_1.exs
Add ash framework
2025-04-21 12:37:55 +02:00
20250528163901_initial_migration.exs
property value as Union type
2025-05-29 15:33:26 +02:00
20250617090641_member_fields.exs
Member fields
2025-06-18 23:35:25 +02:00
20250617132424_member_delete.exs
fix member deletion: property delete on cascade
2025-06-18 23:35:26 +02:00
20250620110849_add_accounts_domain_extensions.exs
fix(citext): added missing citext extension migration
2025-07-02 17:03:37 +02:00
20250620110850_add_accounts_domain.exs
migration: added account migration
2025-07-02 17:03:37 +02:00
20250912085235_AddSearchVectorToMembers.exs
chore: adds tsvector to members
2025-09-17 13:34:14 +02:00
20250926164519_member_relation.exs
add some comments
2025-10-16 15:28:30 +02:00
20250926180341_add_unique_email_to_members.exs
add some comments
2025-10-16 15:28:30 +02:00
20251001141005_add_trigram_to_members.exs
chore: added trigram migration for fuzzy search
2025-10-30 16:48:45 +01:00
20251016130855_add_constraints_for_user_member_and_property.exs
add constraints for member-user and member-property
2025-10-16 15:28:31 +02:00
20251113163600_rename_properties_to_custom_fields_extensions_1.exs
refactor: Rename Property/PropertyType to CustomFieldValue/CustomField
2025-11-13 18:04:53 +01:00
20251113163602_rename_properties_to_custom_fields.exs
refactor: Rename Property/PropertyType to CustomFieldValue/CustomField
2025-11-13 18:04:53 +01:00
20251113180429_add_slug_to_custom_fields.exs
feat: add custom field slug
2025-11-20 14:23:25 +01:00
20251113183538_change_custom_field_delete_cascade.exs
feat: custom field deletion
2025-11-20 15:04:08 +01:00
20251119160509_add_show_in_overview_to_custom_fields.exs
chore: add migration for show in overview flag
2025-12-01 08:50:06 +01:00
20251127134451_add_settings_table.exs
chore: adds settings ressource and migration
2025-12-01 10:42:10 +01:00
20251201115939_add_member_field_visibility_to_settings.exs
chore: adds migration for member field visibility
2025-12-02 14:16:02 +01:00
20251202145404_remove_birth_date_from_members.exs
feat: remove birth_date field from Member resource
2025-12-02 14:58:50 +01:00
20251204123714_add_custom_field_values_to_search_vector.exs
fix: simplify JSONB extraction - remove redundant operators
2025-12-11 13:49:05 +01:00