spec/test_app/db/schema.rb in notifiable-rails-0.27.1 vs spec/test_app/db/schema.rb in notifiable-rails-0.28.0
- old
+ new
@@ -8,11 +8,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: 201805292135000) do
+ActiveRecord::Schema.define(version: 201806182135000) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
enable_extension "postgis"
@@ -54,9 +54,10 @@
t.datetime "created_at"
t.datetime "updated_at"
t.integer "badge_count"
t.text "last_error_message"
t.string "title"
+ t.string "thead_id"
end
create_table "notifiable_statuses", id: :serial, force: :cascade do |t|
t.integer "notification_id"
t.integer "device_token_id"