]> Untitled Git - lemmy.git/blob - migrations/2021-04-02-021422_remove_community_creator/up.sql
Fix wrong SMTP port when TLS is being used (fixes #3574) (#3607)
[lemmy.git] / migrations / 2021-04-02-021422_remove_community_creator / up.sql
1 -- Drop the column
2 alter table community drop column creator_id;