add migration

This commit is contained in:
albert
2013-01-06 16:08:42 -05:00
parent a7ac61e536
commit dab4f2f559

View File

@@ -0,0 +1,5 @@
class AddServerToUploads < ActiveRecord::Migration
def change
add_column :uploads, :server, :text
end
end