Skip to content

Commit 6289cc0

Browse files
committed
Remove unused storage index.
1 parent bd755ac commit 6289cc0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

migrate/a_migrate-packr.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

migrate/sql/20180103142001_initial_schema.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ CREATE TABLE IF NOT EXISTS storage (
102102
UNIQUE (collection, key, user_id)
103103
);
104104
CREATE INDEX IF NOT EXISTS collection_read_user_id_key_idx ON storage (collection, read, user_id, key);
105-
CREATE INDEX IF NOT EXISTS value_ginidx ON storage USING GIN (value);
106105

107106
CREATE TABLE IF NOT EXISTS message (
108107
PRIMARY KEY (stream_mode, stream_subject, stream_descriptor, stream_label, create_time, id),

0 commit comments

Comments
 (0)