This website requires JavaScript.
Explore
Sign In
mirror
/
mastodon
mirror of
https://github.com/mastodon/mastodon
Watch
1
Star
0
Fork
You've already forked mastodon
0
Code
Issues
stable-4.1
mastodon
/
db
/
migrate
/
20170516072309_add_index_ac...
6 lines
112 B
Ruby
Raw
Permalink
Blame
History
class
AddIndexAccountsOnUri
<
ActiveRecord
::
Migration
[
5
.
0
]
def
change
add_index
:accounts
,
:uri
end
end
View Git Blame
Copy Permalink