1
0
Fork 0
mirror of https://github.com/friendica/friendica-directory synced 2024-06-10 12:15:10 +02:00
friendica-docker/src/sql/migrations/up/0002.sql

5 lines
189 B
MySQL
Raw Normal View History

BEGIN;
ALTER table `profile` DROP INDEX `profile-ft`;
ALTER table `profile` ADD FULLTEXT KEY `profile-ft` (`name`, `pdesc`, `profile_url`, `locality`, `region`, `country`, `tags`);
COMMIT;