2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-10 12:04:21 +08:00
discourse/db/migrate/20120724234711_add_website_to_users.rb
2013-02-05 14:16:51 -05:00

5 lines
114 B
Ruby

class AddWebsiteToUsers < ActiveRecord::Migration
def change
add_column :users, :website, :string
end
end