projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Rearrange issues table and combine some columns.
[rails.git]
/
db
/
migrate
/
20140117185510_drop_countries.rb
1
class DropCountries < ActiveRecord::Migration[5.0]
2
def up
3
drop_table :countries
4
end
5
end