Progress
This commit is contained in:
5
db/migrate/20200420223346_add_markdown_to_status.rb
Normal file
5
db/migrate/20200420223346_add_markdown_to_status.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddMarkdownToStatus < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :statuses, :markdown, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user