spec/dummy/db/schema.rb in bloom_remit-0.8.0 vs spec/dummy/db/schema.rb in bloom_remit-0.9.0

- 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: 20160817003323) do +ActiveRecord::Schema.define(version: 20160930034811) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" create_table "billers", force: :cascade do |t| @@ -38,10 +38,10 @@ t.string "account_id" t.uuid "secret", null: false t.string "target_slug", null: false t.string "owner_id" t.string "owner_type" - t.string "external_id", null: false + t.string "external_id" t.text "status_description" t.string "vendor_external_id" end add_index "bloom_remit_txns", ["external_id"], name: "index_bloom_remit_txns_on_external_id", using: :btree