1
0
Fork 0
mirror of https://github.com/friendica/friendica-directory synced 2024-06-06 19:15:02 +02:00
friendica-docker/src/sql/migrations/down/0007.sql
2020-09-26 18:32:21 -04:00

4 lines
178 B
PL/PgSQL

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