Skip to content
Snippets Groups Projects
Commit 49f9ac8f authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed the Readme

parent 12e2b4a0
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ CREATE TRIGGER tsvectorupdate
Fourth, populate the `tsv` column:
```sql
UPDATE backlog SET backlog.messageid = backlog.messageid;
UPDATE backlog SET messageid = messageid;
```
Setting up the search
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment