mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-04-09 06:27:49 +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