Fix test
This commit is contained in:
parent
93fe0708cd
commit
bd40486b00
10 changed files with 12 additions and 12 deletions
|
@ -9,8 +9,8 @@ class AddInboxURLToConversations < ActiveRecord::Migration[7.1]
|
|||
|
||||
def change
|
||||
safety_assured do
|
||||
add_column_with_default :conversations, :inbox_url, :string, default: nil, allow_null: true
|
||||
add_column_with_default :conversations, :ancestor_status_id, :bigint, default: nil, allow_null: true
|
||||
add_column :conversations, :inbox_url, :string, default: nil, null: true
|
||||
add_column :conversations, :ancestor_status_id, :bigint, default: nil, null: true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue