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

4 lines
54 B
MySQL
Raw Normal View History

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