spec/dummy/db/schema.rb in rails_workflow-0.7.2 vs spec/dummy/db/schema.rb in rails_workflow-0.7.3

- old
+ new

@@ -8,10 +8,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 that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20150630174700) do +ActiveRecord::Schema.define(version: 2015_06_30_174700) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" create_table "leads", id: :serial, force: :cascade do |t|