Fix order of migrations
This commit is contained in:
parent
ca04002c93
commit
51a7047367
3 changed files with 3 additions and 3 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddSpoilerTextToStatuses < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :statuses, :spoiler_text, :text, default: ""
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue