From 4edf5213dcea48be7384042d960603628ae44b54 Mon Sep 17 00:00:00 2001 From: ThibG Date: Sun, 19 May 2019 13:49:31 +0200 Subject: Add post-deployment migration script to delete public-boosts-of-private-toots (#10783) --- 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 782727942..cff545be5 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: 2019_05_11_152737) do +ActiveRecord::Schema.define(version: 2019_05_19_130537) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" -- cgit