Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
29c261e7
Commit
29c261e7
authored
Oct 24, 2017
by
Roger Braun
Browse files
Drop superflous index.
parent
ec546bae
Changes
1
Hide whitespace changes
Inline
Side-by-side
priv/repo/migrations/20171024090137_drop_object_index.exs
0 → 100644
View file @
29c261e7
defmodule
Pleroma
.
Repo
.
Migrations
.
DropObjectIndex
do
use
Ecto
.
Migration
def
change
do
drop_if_exists
index
(
:objects
,
[
:data
],
using:
:gin
)
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment