Sha256: 1d623182bb22e391b80136cd926c1f66a769b8bf5cfb67fc62e5c00aab271526

Contents?: true

Size: 224 Bytes

Versions: 114

Compression:

Stored size: 224 Bytes

Contents

class AddFileProcessingToDocument < ActiveRecord::Migration
    def self.up
      add_column :documents, :file_processing, :boolean
    end
    
    def self.down
      remove_column :documents, :file_processing
    end
end

Version data entries

114 entries across 114 versions & 4 rubygems

Version Path
social_stream-0.24.1 documents/db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-documents-0.12.1 db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-0.24.0 documents/db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-documents-0.12.0 db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-0.23.4 documents/db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-0.23.3 documents/db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-documents-0.11.5 db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-0.23.2 documents/db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-documents-0.11.4 db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-0.23.1 documents/db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-documents-0.11.3 db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-0.22.1 documents/db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-documents-0.11.2 db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-0.22.0 documents/db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-0.21.4 documents/db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-documents-0.11.1 db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-0.21.3 documents/db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-0.21.2 documents/db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-0.21.1 documents/db/migrate/20110922173707_add_file_processing_to_document.rb
social_stream-0.21.0 documents/db/migrate/20110922173707_add_file_processing_to_document.rb