mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +00:00
7c51a36012
Forgot to add migrations Add `sensitive` column to activities table, so PMs arent served over HTTP Remove user_id column from actvity table Co-authored-by: Felix Ableitner <me@nutomic.com> Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/127
2 lines
92 B
SQL
2 lines
92 B
SQL
ALTER TABLE activity ADD COLUMN user_id INTEGER;
|
|
ALTER TABLE activity DROP COLUMN sensitive; |