scinote-web/db/migrate/20161208145354_add_processing_to_assets.rb

6 lines
133 B
Ruby
Raw Normal View History

2017-06-30 16:23:28 +08:00
class AddProcessingToAssets < ActiveRecord::Migration[4.2]
def change
add_column :assets, :file_processing, :boolean
end
end