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
/
023_add_changesets.rb
diff --git
a/db/migrate/023_add_changesets.rb
b/db/migrate/023_add_changesets.rb
index 8d19fc1c3d0bd610a99f55f99373b521921c1b0a..ff6ce2bb4356db29f5680b3d871edde95699572b 100644
(file)
--- a/
db/migrate/023_add_changesets.rb
+++ b/
db/migrate/023_add_changesets.rb
@@
-1,6
+1,4
@@
-require "migrate"
-
-class AddChangesets < ActiveRecord::Migration[5.0]
+class AddChangesets < ActiveRecord::Migration[4.2]
@conv_user_tables = %w[current_nodes current_relations current_ways nodes relations ways]
def self.up