mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 10:44:59 +08:00
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
|