mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
DEV: Remove migration which was erroneously added in d62d258f
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user