projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use th tags on trace show table
[rails.git]
/
db
/
migrate
/
20110521142405_rename_bugs_to_notes.rb
diff --git
a/db/migrate/20110521142405_rename_bugs_to_notes.rb
b/db/migrate/20110521142405_rename_bugs_to_notes.rb
index 54b443b327bc5d632fb4bd638dab9f7f9615a436..d3260dfa17463d8906027590237ec2dc68d53a42 100644
(file)
--- a/
db/migrate/20110521142405_rename_bugs_to_notes.rb
+++ b/
db/migrate/20110521142405_rename_bugs_to_notes.rb
@@
-1,5
+1,3
@@
-require "migrate"
-
class RenameBugsToNotes < ActiveRecord::Migration[4.2]
def self.up
rename_enumeration "map_bug_status_enum", "note_status_enum"