diff options
Diffstat (limited to 'db/migrate/20120223110929_change_attachments_container_defaults.rb')
-rw-r--r-- | db/migrate/20120223110929_change_attachments_container_defaults.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20120223110929_change_attachments_container_defaults.rb b/db/migrate/20120223110929_change_attachments_container_defaults.rb index be720aafa..3c48276a1 100644 --- a/db/migrate/20120223110929_change_attachments_container_defaults.rb +++ b/db/migrate/20120223110929_change_attachments_container_defaults.rb @@ -1,4 +1,4 @@ -class ChangeAttachmentsContainerDefaults < ActiveRecord::Migration +class ChangeAttachmentsContainerDefaults < ActiveRecord::Migration[4.2] def self.up # Need to drop the index otherwise the following error occurs in Rails 3.1.3: # |