test/dummy/db/schema.rb in saphira-0.1.0 vs test/dummy/db/schema.rb in saphira-0.1.1.beta1

- old
+ new

@@ -9,11 +9,11 @@ # from scratch. The latter is a flawed and unsustainable approach (the more migrations # you'll amass, the slower it'll run and the greater likelihood for issues). # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20110904172952) do +ActiveRecord::Schema.define(:version => 20110909143951) do create_table "saphira_file_items", :force => true do |t| t.string "name" t.string "item_type" t.string "file_uid" @@ -31,9 +31,17 @@ add_index "saphira_file_items", ["lft"], :name => "index_saphira_file_items_on_lft" add_index "saphira_file_items", ["parent_id"], :name => "index_saphira_file_items_on_parent_id" add_index "saphira_file_items", ["path"], :name => "index_saphira_file_items_on_path", :unique => true add_index "saphira_file_items", ["rgt"], :name => "index_saphira_file_items_on_rgt" add_index "saphira_file_items", ["slug"], :name => "index_saphira_file_items_on_slug" + + create_table "saphira_image_variants", :force => true do |t| + t.string "name" + t.string "description" + t.string "manipulation" + t.datetime "created_at" + t.datetime "updated_at" + end create_table "taggings", :force => true do |t| t.integer "tag_id" t.integer "taggable_id" t.string "taggable_type"