projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add unsubscribe link to changeset notification mails
[rails.git]
/
db
/
migrate
/
20140507110937_create_changeset_comments.rb
diff --git
a/db/migrate/20140507110937_create_changeset_comments.rb
b/db/migrate/20140507110937_create_changeset_comments.rb
index d4475b4d810dff435e21f890ab39d80da3c644fa..796919c5107807a547dcb13ec82c261a408daa53 100644
(file)
--- a/
db/migrate/20140507110937_create_changeset_comments.rb
+++ b/
db/migrate/20140507110937_create_changeset_comments.rb
@@
-1,6
+1,4
@@
-require "migrate"
-
-class CreateChangesetComments < ActiveRecord::Migration[5.0]
+class CreateChangesetComments < ActiveRecord::Migration[4.2]
def change
create_table :changeset_comments do |t|
t.column :changeset_id, :bigint, :null => false