This website works better with JavaScript.
Explore
Help
Sign In
playground
/
entrydns
mirror of
https://github.com/EntryDNS/entrydns.git
Watch
1
Star
0
Fork
You've already forked entrydns
0
Code
Issues
Releases
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
505
Commits
1
Branch
0
Tags
2.2 MiB
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
entrydns
/
db
/
migrate
/
20130327213050_add_index_to...
6 lines
112 B
Raw
Permalink
Normal View
History
Unescape
Escape
index audits.version
12 years ago
class
AddIndexToAuditsVersion
<
ActiveRecord
::
Migration
def
change
add_index
(
:audits
,
:version
)
end
end