]> Untitled Git - lemmy.git/blob - migrations/2023-02-05-102549_drop-site-federation-debug/up.sql
Revert "Attempt to fix CI building wrong commits (#3830)"
[lemmy.git] / migrations / 2023-02-05-102549_drop-site-federation-debug / up.sql
1 ALTER TABLE local_site
2     DROP COLUMN federation_debug;
3