mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 11:25:24 +00:00
DEV: Remove migration which was erroneously added in d62d258f
This commit is contained in:
parent
d62d258fe5
commit
2ed0f8d120
@ -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
|
Loading…
x
Reference in New Issue
Block a user