mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-05-24 11:08:45 +09:00
We don't need to specify the default any more
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class AddAccountSettings < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
add_column :accounts, :settings, :json, default: {}
|
||||
add_column :accounts, :settings, :json
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user