mirror of
https://github.com/discourse/discourse.git
synced 2025-09-10 08:38:11 +08:00
5 lines
122 B
Ruby
5 lines
122 B
Ruby
class AddImageUrlToPosts < ActiveRecord::Migration[4.2]
|
|
def change
|
|
add_column :posts, :image_url, :string
|
|
end
|
|
end
|