Files
openfoodnetwork/db/migrate/20120327000653_add_api_key_to_users.rb
Andrew Spinks cd1938a74e spree install.
2012-03-27 11:06:49 +11:00

6 lines
133 B
Ruby

class AddApiKeyToUsers < ActiveRecord::Migration
def change
add_column :spree_users, :api_key, :string, :limit => 40
end
end