aboutsummaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-11-01 17:47:16 +0100
committerMax Kostikov <max@kostikov.co>2019-11-01 17:47:16 +0100
commit308619a72650a11b55eaa00d2ea638d5e8722bd6 (patch)
tree2712110d105b97222bc06773a2df6300ead11bf3 /install
parente87d8d98569df7405f76d17979d2e3254c811632 (diff)
downloadvolse-hubzilla-308619a72650a11b55eaa00d2ea638d5e8722bd6.tar.gz
volse-hubzilla-308619a72650a11b55eaa00d2ea638d5e8722bd6.tar.bz2
volse-hubzilla-308619a72650a11b55eaa00d2ea638d5e8722bd6.zip
Drop llink index
Diffstat (limited to 'install')
-rw-r--r--install/schema_postgres.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/schema_postgres.sql b/install/schema_postgres.sql
index c1c222b37..c04ba9c67 100644
--- a/install/schema_postgres.sql
+++ b/install/schema_postgres.sql
@@ -644,7 +644,6 @@ create index "item_resource_type" on item ("resource_type");
create index "item_commented" on item ("commented");
create index "item_verb" on item ("verb");
create index "item_obj_type" on item ("obj_type");
-create index "item_llink" on item ("llink");
create index "item_expires" on item ("expires");
create index "item_revision" on item ("revision");
create index "item_mimetype" on item ("mimetype");