mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Support for Embeddable Comments via IFRAME
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class CreateTopTopics < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :top_topics do |t|
|
||||
create_table :top_topics, force: true do |t|
|
||||
t.belongs_to :topic
|
||||
|
||||
TopTopic.periods.each do |period|
|
||||
|
||||
Reference in New Issue
Block a user