This website requires JavaScript.
Explore
Help
Sign in
local-it
/
mitgliederverwaltung
Watch
2
Star
3
Fork
You've already forked mitgliederverwaltung
0
Code
Issues
59
Pull requests
3
Projects
2
Releases
Packages
1
Activity
Actions
dbd0a57292
mitgliederverwaltung
/
priv
/
repo
/
migrations
History
Download ZIP
Download TAR.GZ
Moritz
462bc21ec3
All checks were successful
continuous-integration/drone/push
Build is passing
Details
fix(migration): use INSERT..SELECT for system user role_id in CI
...
Avoid nil/empty-string UUID when repo().one lags after role insert.
2026-01-27 17:47:05 +01:00
..
.formatter.exs
20250421101957_initialize_extensions_1.exs
20250528163901_initial_migration.exs
20250617090641_member_fields.exs
20250617132424_member_delete.exs
20250620110849_add_accounts_domain_extensions.exs
20250620110850_add_accounts_domain.exs
20250912085235_AddSearchVectorToMembers.exs
20250926164519_member_relation.exs
20250926180341_add_unique_email_to_members.exs
20251001141005_add_trigram_to_members.exs
20251016130855_add_constraints_for_user_member_and_property.exs
20251113163600_rename_properties_to_custom_fields_extensions_1.exs
20251113163602_rename_properties_to_custom_fields.exs
20251113180429_add_slug_to_custom_fields.exs
20251113183538_change_custom_field_delete_cascade.exs
20251119160509_add_show_in_overview_to_custom_fields.exs
20251127134451_add_settings_table.exs
20251201115939_add_member_field_visibility_to_settings.exs
20251202145404_remove_birth_date_from_members.exs
20251204123714_add_custom_field_values_to_search_vector.exs
20251211151449_add_membership_fees_tables.exs
20251211172549_remove_immutable_from_custom_fields.exs
20251211195058_add_membership_fee_settings.exs
20251218113900_remove_paid_from_members.exs
Remove paid field from members
2025-12-18 15:11:02 +01:00
20260102155350_remove_phone_number_and_make_fields_optional.exs
fix: prevent migration rollback failure when NULL values exist
2026-01-07 09:52:40 +01:00
20260106161215_add_authorization_domain.exs
refactor: squash migrations into single authorization domain migration
2026-01-06 18:37:39 +01:00
20260122231235_assign_mitglied_role_to_existing_users.exs
fix: improve migration to create 'Mitglied' role if missing
2026-01-25 13:42:19 +01:00
20260125155125_add_not_null_constraint_to_users_role_id.exs
Add NOT NULL constraint to users.role_id and optimize default_role_id
2026-01-25 17:04:48 +01:00
20260127124937_ensure_system_actor_user_exists.exs
fix(migration): use INSERT..SELECT for system user role_id in CI
2026-01-27 17:47:05 +01:00
20260127141620_add_groups_and_member_groups.exs
refactor: fix review issues - member_count aggregate, migration down, docs, actor handling
2026-01-27 17:09:07 +01:00