spec/dummy/db/schema.rb in maestrano-connector-rails-2.0.0.pre.RC11 vs spec/dummy/db/schema.rb in maestrano-connector-rails-2.0.0.pre.RC12
- 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: 20160614152139) do
+ActiveRecord::Schema.define(version: 20161018155513) do
create_table "id_maps", force: :cascade do |t|
t.string "connec_id"
t.string "connec_entity"
t.string "external_id"
@@ -36,9 +36,10 @@
create_table "organizations", force: :cascade do |t|
t.string "provider"
t.string "uid"
t.string "name"
+ t.string "org_uid"
t.string "tenant"
t.string "oauth_provider"
t.string "oauth_uid"
t.string "oauth_name"
t.string "encrypted_oauth_token"