mirror of
https://github.com/discourse/discourse.git
synced 2025-09-10 12:04:21 +08:00
5 lines
114 B
Ruby
5 lines
114 B
Ruby
class AddWebsiteToUsers < ActiveRecord::Migration
|
|
def change
|
|
add_column :users, :website, :string
|
|
end
|
|
end
|