add migration
This commit is contained in:
5
db/migrate/20130106210658_add_server_to_uploads.rb
Normal file
5
db/migrate/20130106210658_add_server_to_uploads.rb
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
class AddServerToUploads < ActiveRecord::Migration
|
||||||
|
def change
|
||||||
|
add_column :uploads, :server, :text
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user