mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-01-30 11:20:12 -05:00
5 lines
110 B
Ruby
5 lines
110 B
Ruby
class AddTitleToUsers < ActiveRecord::Migration
|
|
def change
|
|
add_column :users, :title, :string
|
|
end
|
|
end
|