From 6d98cc6c800ad2c2190c0ca8136db0aa814c634d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 19 Jun 2022 21:53:57 +0300 Subject: schema: add fulltext indexes for mysql to support af_psql_trgm and possibly future fulltext search --- sql/pgsql/migrations/147.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/pgsql/migrations/147.sql (limited to 'sql/pgsql') diff --git a/sql/pgsql/migrations/147.sql b/sql/pgsql/migrations/147.sql new file mode 100644 index 000000000..00ce22962 --- /dev/null +++ b/sql/pgsql/migrations/147.sql @@ -0,0 +1,4 @@ +-- no-op, 147 is mysql-specific. +-- the following dummy query is added because migration engine doesn't support empty schema files. + +select true; -- cgit v1.2.3