Changeset 1260

Show
Ignore:
Timestamp:
11/16/06 23:00:03 (2 years ago)
Author:
james
Message:

state shipping info

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • peasantonline/db/schema.rb

    r1259 r1260  
    33# then regenerate this schema definition. 
    44 
    5 ActiveRecord::Schema.define(:version => 25) do 
     5ActiveRecord::Schema.define(:version => 26) do 
    66 
    77  create_table "categories", :force => true do |t| 
     
    5858    t.column "country_shipping", :string 
    5959    t.column "cc_cvv", :integer 
     60    t.column "state_shipping", :string 
    6061  end 
    6162