Fix test
This commit is contained in:
parent
93fe0708cd
commit
bd40486b00
10 changed files with 12 additions and 12 deletions
|
@ -9,7 +9,7 @@ class AddLtlToAntennas < ActiveRecord::Migration[7.0]
|
|||
|
||||
def change
|
||||
safety_assured do
|
||||
add_column_with_default :antennas, :ltl, :boolean, default: false, allow_null: false
|
||||
add_column :antennas, :ltl, :boolean, default: false, null: false
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue