liquid_feedback_core
log
age | author | description |
---|---|---|
2020-02-07 | jbe | Added explicit names for text search indices |
2020-02-06 | jbe | Include column "content_type" of "file" table in UNIQUE index |
2020-02-06 | jbe | Referential integrity for files: Delete files when last reference is removed |
2020-02-06 | jbe | Added tables "file" and "draft_attachment" |
2019-08-26 | jbe | Bugfix in highlight function (use PostgreSQL's built-in "plainto_tsquery" function) |
2019-01-10 | jbe | Support for hashtag search |
2018-12-08 | jbe | Revised full text search |
2018-12-08 | jbe | Fixed wrong constraint "initiative_ids_not_equal" on "battle" table (due to handling of NULLs in CHECK constraints) |
2018-12-08 | jbe | Removed an index on table "initiative" |
2018-12-08 | jbe | Reduced indices on "issue" table |
2018-12-07 | jbe | Renamed indices on issue to match naming convention |
2018-12-07 | jbe | Added missing index on "member_useterms" table |