jam-cloud/db/up/user_progress_tracking2.sql

4 lines
182 B
MySQL
Raw Permalink Normal View History

-- tracks how users are progessing through the site: https://jamkazam.atlassian.net/wiki/pages/viewpage.action?pageId=3375145
ALTER TABLE users ADD COLUMN first_liked_us TIMESTAMP;