Merge branch 'update_tables' into 'master'
Removing comments from tables definition See merge request khanzf/fedilogue!13
This commit is contained in:
commit
6befc66275
@ -23,9 +23,6 @@ CREATE TABLE IF NOT EXISTS instances (
|
|||||||
software VARCHAR(50)
|
software VARCHAR(50)
|
||||||
);
|
);
|
||||||
|
|
||||||
-- ALTER TABLE activities ADD COLUMN normalized_tsvector tsvector;
|
|
||||||
-- UPDATE activities SET normalized_tsvector = to_tsvector('english', normalized);
|
|
||||||
|
|
||||||
ALTER TABLE activities
|
ALTER TABLE activities
|
||||||
ADD normalized_tsvector tsvector
|
ADD normalized_tsvector tsvector
|
||||||
GENERATED ALWAYS AS (to_tsvector('english', normalized)) STORED;
|
GENERATED ALWAYS AS (to_tsvector('english', normalized)) STORED;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user