Monday, January 23, 2023
2 changes
Resolved issues and error corrections
The subscription dashboard links for Learn More and Website now direct users to the subscription page instead of the accounting page. This helps users reach the relevant information faster and avoids confusion when exploring subscription features.
Original PR description
before this commit, on clicking learn more or website it redirect to accounting page. after this commit, it will redirect subscription page.
This update removes a redundant database index in the event barcode area because an existing unique rule already provides the same coverage. It helps keep the system leaner and avoids unnecessary database maintenance without changing user-facing behavior.
Original PR description
- "event_registration_barcode_index" covers by "event_registration_barcode_event_uniq"