Commit graph

3 commits

Author SHA1 Message Date
Peter Goodhall
fe335e74bc Refactor user ClubLog fields migration
Update migration to use array definitions for new user ClubLog fields instead of raw SQL strings. This improves compatibility and clarity when adding columns to the 'users' table.
2025-11-09 15:43:20 +00:00
Peter Goodhall
04401423bc Add clublog user fields with existence check
Migration now checks if 'user_clublog_name', 'user_clublog_password', and 'user_clublog_callsign' fields exist before adding them to the 'users' table, preventing errors if fields are already present.
2025-10-29 15:14:31 +00:00
Peter Goodhall
45a809c331 Added inputs and table columns to start supporting Clublog uploading 2019-06-19 14:14:10 +01:00