friendica-directory/src/sql/migrations/up/0004.sql

4 lines
71 B
PL/PgSQL

BEGIN;
ALTER table `profile` ADD FULLTEXT KEY `tags` (`tags`);
COMMIT;