spec/dummy/db/schema.rb in apartment-0.14.1 vs spec/dummy/db/schema.rb in apartment-0.14.2
- old
+ new
@@ -9,18 +9,12 @@
# 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 => 20111202022214) do
+ActiveRecord::Schema.define(:version => 20110613152810) do
- create_table "books", :force => true do |t|
- t.string "name"
- t.integer "pages"
- t.datetime "published"
- end
-
create_table "companies", :force => true do |t|
t.boolean "dummy"
t.string "database"
end
@@ -33,9 +27,10 @@
t.datetime "locked_at"
t.datetime "failed_at"
t.string "locked_by"
t.datetime "created_at"
t.datetime "updated_at"
+ t.string "queue"
end
add_index "delayed_jobs", ["priority", "run_at"], :name => "delayed_jobs_priority"
create_table "users", :force => true do |t|