DEV: Remove migration which was erroneously added in d62d258f

This commit is contained in:
David Taylor 2020-03-25 14:49:59 +00:00
parent d62d258fe5
commit 2ed0f8d120
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434

View File

@ -1,10 +0,0 @@
# frozen_string_literal: true
class AddPostThumbnails < ActiveRecord::Migration[6.0]
def change
add_table :post_thumbnails do |t|
t.references :posts, foreign_key: { to_table: :posts }, null: false
end
end
end