mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
71f211f0b3
user card
6 lines
124 B
Ruby
6 lines
124 B
Ruby
class AddImageToBadges < ActiveRecord::Migration
|
|
def change
|
|
add_column :badges, :image, :string, limit: 255
|
|
end
|
|
end
|