summaryrefslogtreecommitdiff
path: root/priv/repo/migrations/20190716100804_add_expirations_table.exs
AgeCommit message (Collapse)Author
2022-02-25Copyright bump for 2022Sean King
2019-07-24Add activity expirations tableMike Verdone
Add a table to store activity expirations. An activity can have zero or one expirations. The expiration has a scheduled_at field which stores the time at which the activity should expire and be deleted.