add support for upload preprocessing
This commit is contained in:
5
db/migrate/20180518175154_add_context_to_uploads.rb
Normal file
5
db/migrate/20180518175154_add_context_to_uploads.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddContextToUploads < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :uploads, :context, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user