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

10 lines
168 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;