Sha256: ccb59b768b0e5c00903f529496caf8431077476c3d5b3f6720d22923fd657847
Contents?: true
Size: 123 Bytes
Versions: 18
Compression:
Stored size: 123 Bytes
Contents
class AddInitParamsToApiKey < ActiveRecord::Migration def change add_column :api_keys, :init_params, :text end end
Version data entries
18 entries across 18 versions & 1 rubygems