friendica-directory/src/sql/migrations/down/0003.sql

4 lines
54 B
PL/PgSQL

BEGIN;
ALTER table `profile` DROP KEY `tags`;
COMMIT;