Removing comments from tables definition
This commit is contained in:
parent
b1e8f08488
commit
1475c00cfb
@ -23,9 +23,6 @@ CREATE TABLE IF NOT EXISTS instances (
|
||||
software VARCHAR(50)
|
||||
);
|
||||
|
||||
-- ALTER TABLE activities ADD COLUMN normalized_tsvector tsvector;
|
||||
-- UPDATE activities SET normalized_tsvector = to_tsvector('english', normalized);
|
||||
|
||||
ALTER TABLE activities
|
||||
ADD normalized_tsvector tsvector
|
||||
GENERATED ALWAYS AS (to_tsvector('english', normalized)) STORED;
|
||||
|
Loading…
x
Reference in New Issue
Block a user