RemoveMemberIdFromGatheringWaivers
extends BaseMigration
in package
Remove member_id from gathering_waivers table
The member_id field is being removed as it is not needed for the waiver system. Waivers are associated with gatherings and activities, not individual members.
Table of Contents
Methods
- change() : void
- Change Method.
Methods
change()
Change Method.
public
change() : void
Removes the member_id column, its index, and foreign key constraint from the waivers_gathering_waivers table.