mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00: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
|