test/dummy/db/schema.rb in lalala-4.0.0.dev.217 vs test/dummy/db/schema.rb in lalala-4.0.0.dev.218

- 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 => 20130729125648) do +ActiveRecord::Schema.define(:version => 20131113134503) do create_table "active_admin_comments", :force => true do |t| t.string "resource_id", :null => false t.string "resource_type", :null => false t.integer "author_id" @@ -50,9 +50,10 @@ create_table "articles", :force => true do |t| t.string "title" t.text "body" t.datetime "created_at", :null => false t.datetime "updated_at", :null => false + t.string "category" end create_table "asset_translations", :force => true do |t| t.string "locale" t.integer "asset_id"