scinote-web/db/migrate/20161208145354_add_processing_to_assets.rb
2017-06-30 10:23:28 +02:00

6 lines
133 B
Ruby

class AddProcessingToAssets < ActiveRecord::Migration[4.2]
def change
add_column :assets, :file_processing, :boolean
end
end