-- Add down migration script here
alter table wishlist_items drop column received_at;
Powered by TurnKey Linux.