Sha256: 3fa03326710d39007763582175425a276484a69a020309e3b3be95d82031522a
Contents?: true
Size: 317 Bytes
Versions: 11
Compression:
Stored size: 317 Bytes
Contents
# This migration comes from spree (originally 20130211191120) class CreateSpreeStockLocations < ActiveRecord::Migration def change create_table :spree_stock_locations do |t| t.string :name t.belongs_to :address t.timestamps end add_index :spree_stock_locations, :address_id end end
Version data entries
11 entries across 11 versions & 6 rubygems