spec/dummy/db/schema.rb in maestrano-connector-rails-2.0.1 vs spec/dummy/db/schema.rb in maestrano-connector-rails-2.0.2.pre.RC1

- 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 that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20161018155513) do +ActiveRecord::Schema.define(version: 20170202033323) do create_table "id_maps", force: :cascade do |t| t.string "connec_id" t.string "connec_entity" t.string "external_id" @@ -54,9 +54,11 @@ t.string "encrypted_oauth_token_iv" t.string "encrypted_oauth_token_salt" t.string "encrypted_refresh_token_iv" t.string "encrypted_refresh_token_salt" t.string "org_uid" + t.boolean "push_disabled" + t.boolean "pull_disabled" end add_index "organizations", ["oauth_uid"], name: "index_organizations_on_oauth_uid", unique: true add_index "organizations", ["uid", "tenant"], name: "orga_uid_index"