mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
1a4e35eb50
Address review comments Store Activitypub urls in database (fixes #808) Co-authored-by: Felix Ableitner <me@nutomic.com> Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/162 Co-Authored-By: nutomic <nutomic@noreply.yerbamate.ml> Co-Committed-By: nutomic <nutomic@noreply.yerbamate.ml>
6 lines
No EOL
235 B
SQL
6 lines
No EOL
235 B
SQL
ALTER TABLE community DROP COLUMN followers_url;
|
|
ALTER TABLE community DROP COLUMN inbox_url;
|
|
ALTER TABLE community DROP COLUMN shared_inbox_url;
|
|
|
|
ALTER TABLE user_ DROP COLUMN inbox_url;
|
|
ALTER TABLE user_ DROP COLUMN shared_inbox_url; |