db/schema.rb in osso-0.0.5.pre.iota vs db/schema.rb in osso-0.0.5.pre.kappa

- old
+ new

@@ -8,11 +8,11 @@ # migrations from scratch. Old migrations may fail to apply correctly if those # migrations use external dependencies or application code. # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2020_09_13_154919) do +ActiveRecord::Schema.define(version: 2020_09_29_154117) do # These are extensions that must be enabled in order to support this database enable_extension "pgcrypto" enable_extension "plpgsql" @@ -55,9 +55,10 @@ t.string "external_id" t.uuid "oauth_client_id" t.string "name", null: false t.datetime "created_at", null: false t.datetime "updated_at", null: false + t.integer "users_count", default: 0 t.index ["domain"], name: "index_enterprise_accounts_on_domain", unique: true t.index ["oauth_client_id"], name: "index_enterprise_accounts_on_oauth_client_id" end # Could not dump table "identity_providers" because of following StandardError