You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The webpage_activity table has a user_id column, but it doesn't have a link to the sidewalk_user table like it should. Should be easy to add. Also need to remember to delete webpage_activity entries with no associated user_id when making the evolution.
The text was updated successfully, but these errors were encountered:
@dylanbun and when you're doing this, if you happen to see any other places where you think we are missing constraints, let me know! Seems like a good chance to clean up the database a bit :)
The
webpage_activity
table has auser_id
column, but it doesn't have a link to thesidewalk_user
table like it should. Should be easy to add. Also need to remember to deletewebpage_activity
entries with no associateduser_id
when making the evolution.The text was updated successfully, but these errors were encountered: