Sha256: 8cf9efa8f198e3655c1fddf543bd00fe975bbcf96ed25402e479bd90c8e72420
Contents?: true
Size: 227 Bytes
Versions: 6
Compression:
Stored size: 227 Bytes
Contents
class AddSettingsToSettingsTable < ActiveRecord::Migration[5.0] def change change_table :channable_settings do |t| t.string :channable_api_key t.string :company_id t.string :project_id end end end
Version data entries
6 entries across 6 versions & 1 rubygems