projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Drop rubocop config patch now that rubocop-factory_bot is fixed
[rails.git]
/
db
/
migrate
/
20140117185510_drop_countries.rb
diff --git
a/db/migrate/20140117185510_drop_countries.rb
b/db/migrate/20140117185510_drop_countries.rb
index 1b58c9fc0f970990626ba2914c11e3e97a12f3fb..1102cbc8832f6743eecd85f1c40eeb27d30d50fd 100644
(file)
--- a/
db/migrate/20140117185510_drop_countries.rb
+++ b/
db/migrate/20140117185510_drop_countries.rb
@@
-1,4
+1,4
@@
-class DropCountries < ActiveRecord::Migration[
5.0
]
+class DropCountries < ActiveRecord::Migration[
4.2
]
def up
drop_table :countries
end