spec/test_app/db/schema.rb in notifiable-rails-0.26.0 vs spec/test_app/db/schema.rb in notifiable-rails-0.26.1

- 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: 20170116212641) do +ActiveRecord::Schema.define(version: 20180302212641) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" enable_extension "postgis" @@ -52,9 +52,10 @@ t.boolean "content_available" t.boolean "mutable_content" t.datetime "created_at" t.datetime "updated_at" t.integer "badge_count" + t.text "last_error_message" end create_table "notifiable_statuses", force: :cascade do |t| t.integer "notification_id" t.integer "device_token_id"