about summary refs log tree commit diff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-06-09 13:33:04 +0200
committerGitHub <noreply@github.com>2018-06-09 13:33:04 +0200
commit18e1de6a16f36c6cdcfa5e95c60c8873773529d2 (patch)
tree1f2e33d73cc27d927dba174d7a72e0d680c458ff /db/schema.rb
parent85470ec872a39c475d872f685dadeac849832a98 (diff)
Migrate old web push subscriptions to ensure deliveries (#7764)
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
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"