Skip to content

Resolve "Remove fields no longer being used from remote database"

License and Copyright Notice

By submitting this issue or commenting on this issue, or contributing any content to this issue, you certify under the Developer Certificate of Origin that the content you post may be licensed under GPLv3 (for code) or CC-BY-SA 4.0 International (for non-code content).

Branch Name

485-remove-fields-no-longer-being-used-from-remote-database

Related Issues

closes #485 (closed)

Description

Removed additionalInfo, referralInfo, and nameOfVolunteer variables from the GuestRegistration database classes as they are no longer used.

Steps to Test

  1. Ran program and registered a new guest.
  2. Guest Registration works correctly after we removed of the variables

Developer Notes

  • Removed all instances of the three variables mentioned in the description.
Edited by Darci Burdge

Merge request reports