Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
type: objects
# frozen_string_literal: true
class AddJsonValueToThemeSettings < ActiveRecord::Migration[7.0]
def change
add_column :theme_settings, :json_value, :jsonb
end