This website requires JavaScript.
Explore
Help
Sign in
grishka
/
lemmy
Watch
1
Star
0
Fork
You've already forked lemmy
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
696cca4ce4
lemmy
/
migrations
/
2023-02-05-102549_drop-site-federation-debug
/
up.sql
1 line
52 B
MySQL
Raw
Normal View
History
Unescape
Escape
Activitypub breaking changes for Lemmy 0.18 (#2705) * Remove deprecated field `group.moderators` * Drop column local_site.federation_debug * Remove backwards compatibility code for feature/lock post https://github.com/LemmyNet/lemmy/pull/2716 --------- Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-06-07 19:18:17 +00:00
alter
table
local_site
drop
column
federation_debug
;
Reference in a new issue
Copy permalink