]> Untitled Git - lemmy.git/blob - migrations/2022-08-22-193848_comment-language-tags/up.sql
Fix wrong SMTP port when TLS is being used (fixes #3574) (#3607)
[lemmy.git] / migrations / 2022-08-22-193848_comment-language-tags / up.sql
1 alter table comment add column language_id integer references language not null default 0;