test/dummy/db/schema.rb in dj_dashboard-0.0.2 vs test/dummy/db/schema.rb in dj_dashboard-0.0.3

- old
+ new

@@ -9,10 +9,10 @@ # 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 => 20111208045052) do +ActiveRecord::Schema.define(:version => 20111212042040) do create_table "delayed_jobs", :force => true do |t| t.integer "priority", :default => 0 t.integer "attempts", :default => 0 t.text "handler"