-- Add up migration script here
alter table wishlist_items add column received_at integer null;
Powered by TurnKey Linux.