mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-08 00:23:01 +08:00
6 lines
128 B
Ruby
6 lines
128 B
Ruby
|
class AddProcessingToAssets < ActiveRecord::Migration
|
||
|
def change
|
||
|
add_column :assets, :file_processing, :boolean
|
||
|
end
|
||
|
end
|