transferred Code Ocean from original repository to GitHub
This commit is contained in:
5
db/migrate/20140922161226_add_weight_to_files.rb
Normal file
5
db/migrate/20140922161226_add_weight_to_files.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddWeightToFiles < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :files, :weight, :float
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user