add: profile and full search
This commit is contained in:
parent
b8b0ef7f21
commit
3e4ee8126a
52 changed files with 897 additions and 484 deletions
|
@ -13,5 +13,6 @@ CREATE TABLE IF NOT EXISTS posts (
|
|||
comment_count INT NOT NULL,
|
||||
-- ...
|
||||
uploads TEXT NOT NULL,
|
||||
is_deleted INT NOT NULL
|
||||
is_deleted INT NOT NULL,
|
||||
tsvector_content tsvector GENERATED ALWAYS AS (to_tsvector ('english', coalesce(content, ''))) STORED
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue