spec/dummy/db/schema.rb in manageable_content-0.0.1 vs spec/dummy/db/schema.rb in manageable_content-0.1.1

- old
+ new

@@ -1,5 +1,6 @@ +# encoding: UTF-8 # This file is auto-generated from the current state of the database. Instead # of editing this file, please use the migrations feature of Active Record to # incrementally modify your database, and then regenerate this schema definition. # # Note that this schema.rb definition is the authoritative source for your @@ -13,9 +14,10 @@ ActiveRecord::Schema.define(:version => 20110814003912) do create_table "manageable_content_page_contents", :force => true do |t| t.integer "page_id" t.string "key" + t.boolean "short", :default => false t.text "content" t.datetime "created_at" t.datetime "updated_at" end