AddDeclineFieldsToGatheringWaivers
extends BaseMigration
in package
Add decline tracking fields to gathering_waivers table
Adds fields to track when a waiver is declined/rejected:
- declined_at: Timestamp when waiver was declined
- declined_by: Member who declined the waiver
- decline_reason: Reason for declining the waiver
This allows authorized users to decline invalid waivers within 30 days of upload.
Table of Contents
Methods
- change() : void
- Change Method.
Methods
change()
Change Method.
public
change() : void