friendica-directory/src/sql/migrations/down/0000.sql
2018-11-17 07:50:42 -05:00

6 lines
93 B
PL/PgSQL

BEGIN;
ALTER TABLE `profile` DROP `language`;
ALTER TABLE `server` DROP `language`;
COMMIT;