]> Untitled Git - lemmy.git/blob - migrations/2020-11-05-152724_activity_remove_user_id/up.sql
Fixing slow joins to post_read, post_saved, and comment_saved . (#2738)
[lemmy.git] / migrations / 2020-11-05-152724_activity_remove_user_id / up.sql
1 ALTER TABLE activity DROP COLUMN user_id;
2 ALTER TABLE activity ADD COLUMN sensitive BOOLEAN DEFAULT TRUE;