about summary refs log tree commit diff
path: root/db/migrate/20171130000000_add_embed_url_to_preview_cards.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20171130000000_add_embed_url_to_preview_cards.rb')
-rw-r--r--db/migrate/20171130000000_add_embed_url_to_preview_cards.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20171130000000_add_embed_url_to_preview_cards.rb b/db/migrate/20171130000000_add_embed_url_to_preview_cards.rb
index 8fcabef9f..811f6ceae 100644
--- a/db/migrate/20171130000000_add_embed_url_to_preview_cards.rb
+++ b/db/migrate/20171130000000_add_embed_url_to_preview_cards.rb
@@ -1,6 +1,6 @@
 require Rails.root.join('lib', 'mastodon', 'migration_helpers')
 
-class AddEmbedURLToPreviewCards < ActiveRecord::Migration[5.1]
+class AddEmbedURLToPreviewCards < ActiveRecord::Migration[5.2]
   include Mastodon::MigrationHelpers
 
   disable_ddl_transaction!