chatwoot-develop/db/migrate/20250722083820_add_ssl_settings_to_portals.rb

6 lines
157 B
Ruby
Executable File

class AddSslSettingsToPortals < ActiveRecord::Migration[7.1]
def change
add_column :portals, :ssl_settings, :jsonb, default: {}, null: false
end
end