From 18e1de6a16f36c6cdcfa5e95c60c8873773529d2 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 9 Jun 2018 13:33:04 +0200 Subject: Migrate old web push subscriptions to ensure deliveries (#7764) --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db/schema.rb') diff --git a/db/schema.rb b/db/schema.rb index c9d4e0fe7..6564193a8 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2018_05_28_141303) do +ActiveRecord::Schema.define(version: 2018_06_09_104432) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" -- cgit