1
0
Fork 0
mirror of https://github.com/friendica/friendica-directory synced 2024-05-17 19:56:41 +02:00
friendica-docker/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;