Wip: reset db default value
This commit is contained in:
parent
502761c0ad
commit
c358cb1f4e
4 changed files with 9 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
class AddSearchabilityToAccounts < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :accounts, :searchability, :integer, null: false, default: 3
|
||||
add_column :accounts, :searchability, :integer, null: false, default: 0
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue