Changeset 1260
- Timestamp:
- 11/16/06 23:00:03 (2 years ago)
- Files:
-
- peasantonline/db/migrate/026_state_shipping_orders.rb (added)
- peasantonline/db/schema.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
peasantonline/db/schema.rb
r1259 r1260 3 3 # then regenerate this schema definition. 4 4 5 ActiveRecord::Schema.define(:version => 2 5) do5 ActiveRecord::Schema.define(:version => 26) do 6 6 7 7 create_table "categories", :force => true do |t| … … 58 58 t.column "country_shipping", :string 59 59 t.column "cc_cvv", :integer 60 t.column "state_shipping", :string 60 61 end 61 62