Sha256: 13fb81809059903ea14404f004419232806b8b6b5dbe76dae94d443556d0b00d
Contents?: true
Size: 138 Bytes
Versions: 10
Compression:
Stored size: 138 Bytes
Contents
class AddApiKeyToSpreeUsers < ActiveRecord::Migration def change add_column :spree_users, :api_key, :string, :limit => 40 end end
Version data entries
10 entries across 10 versions & 1 rubygems