You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/migrations/2022-06-21-123144_language-.../down.sql

7 lines
162 B
SQL

alter table post drop column language_id;
drop table local_user_language;
drop table language;
alter table local_user rename column interface_language to lang;