Changeset 1138

Show
Ignore:
Timestamp:
09/24/06 18:31:30 (2 years ago)
Author:
jm3
Message:

db updates from recent migrations (sales tax)

Files:

Legend:

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

    r1098 r1138  
    33# then regenerate this schema definition. 
    44 
    5 ActiveRecord::Schema.define(:version => 22) do 
     5ActiveRecord::Schema.define(:version => 23) do 
    66 
    77  create_table "categories", :force => true do |t| 
     
    4848    t.column "shipping", :float 
    4949    t.column "country", :string 
     50    t.column "sales_tax", :float 
    5051  end 
    5152