summaryrefslogtreecommitdiff
path: root/sql/pgsql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-06-19 21:53:57 +0300
committerAndrew Dolgov <[email protected]>2022-06-19 21:53:57 +0300
commit6d98cc6c800ad2c2190c0ca8136db0aa814c634d (patch)
tree7af86fabd901324828d12d511c87ec2a11c6f29f /sql/pgsql
parent9428e2c571a38aed36537d072858d245907341e7 (diff)
schema: add fulltext indexes for mysql to support af_psql_trgm and possibly future fulltext search
Diffstat (limited to 'sql/pgsql')
-rw-r--r--sql/pgsql/migrations/147.sql4
1 files changed, 4 insertions, 0 deletions
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;