mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-09-18 06:22:08 +09:00
6 lines
122 B
Ruby
6 lines
122 B
Ruby
class AddAccountSettings < ActiveRecord::Migration[7.2]
|
|
def change
|
|
add_column :accounts, :settings, :json
|
|
end
|
|
end
|