This repository has been archived on 2024-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
redstoner.com/db/migrate/20130727063752_add_youtube_to_users.rb
2013-07-28 02:47:10 +02:00

6 lines
114 B
Ruby

class AddYoutubeToUsers < ActiveRecord::Migration
def change
add_column :users, :youtube, :string
end
end