mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
71f211f0b3
user card
5 lines
124 B
Ruby
5 lines
124 B
Ruby
class AddImageToBadges < ActiveRecord::Migration
|
|
def change
|
|
add_column :badges, :image, :string, limit: 255
|
|
end
|
|
end
|