Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess O'Flanagan authored and runabol committed Oct 31, 2024
1 parent dd415d7 commit 3430953
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/postgres/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ ALTER TABLE tasks_log_parts ADD COLUMN ts tsvector NOT NULL
) STORED;
CREATE INDEX tasks_log_parts_ts_idx ON tasks_log_parts USING GIN (ts);
CREATE INDEX idx_tasks_log_parts_task_id ON tasks_log_parts (task_id);
CREATE INDEX idx_tasks_log_parts_created_at ON tasks_log_parts (created_at);
`

0 comments on commit 3430953

Please sign in to comment.