projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add 'from' and 'to' changeset query parameters
[rails.git]
/
db
/
migrate
/
053_add_map_bug_tables.rb
diff --git
a/db/migrate/053_add_map_bug_tables.rb
b/db/migrate/053_add_map_bug_tables.rb
index aac3c11c473019ccea730200a3e15651a51e7793..6ad3af0eb66a41de4f40d869dcbe710134d7e6c6 100644
(file)
--- a/
db/migrate/053_add_map_bug_tables.rb
+++ b/
db/migrate/053_add_map_bug_tables.rb
@@
-1,6
+1,4
@@
-require "migrate"
-
-class AddMapBugTables < ActiveRecord::Migration[5.0]
+class AddMapBugTables < ActiveRecord::Migration[4.2]
def self.up
create_enumeration :map_bug_status_enum, %w[open closed hidden]