about summary refs log tree commit diff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-08-13 18:17:48 +0200
committerThibG <thib@sitedethib.com>2018-08-16 20:30:09 +0200
commit80148d8edde56bb21869e055ed83b38d81e919f3 (patch)
tree8b39c28ef6687e43ea3d9b5940ef26221a224d9f /db/schema.rb
parent494eaab5b137cb69122566d6e65f001c0e969deb (diff)
Split custom filter migration script using the post-deployment migration system
There were some concerns with the custom filter migration script dropping a table,
thus making it unsafe to run in a zero-downtime setting. Upstream introduced
a way to run migrations after deployment, so revisit the old migration script to
make use of this.
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 952582255..c2a313ffa 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_08_12_123222) do
+ActiveRecord::Schema.define(version: 2018_08_13_160548) do
 
   # These are extensions that must be enabled in order to support this database
   enable_extension "plpgsql"