spec/dummy/db/schema.rb in puffer_pages-0.0.19 vs spec/dummy/db/schema.rb in puffer_pages-0.1.0
- old
+ new
@@ -9,10 +9,18 @@
# 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 => 20090510121824) do
+ActiveRecord::Schema.define(:version => 20111117081813) do
+
+ create_table "articles", :force => true do |t|
+ t.string "title"
+ t.string "slug"
+ t.text "body"
+ t.datetime "created_at"
+ t.datetime "updated_at"
+ end
create_table "layouts", :force => true do |t|
t.string "name"
t.text "body"
t.datetime "created_at"