mirror of
https://github.com/discourse/discourse.git
synced 2025-04-08 08:22:56 +08:00
fix the build
This commit is contained in:
parent
028121b95b
commit
2e3b74c353
@ -1,3 +1,5 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class AddTopicIdToUserExports < ActiveRecord::Migration[5.2]
|
class AddTopicIdToUserExports < ActiveRecord::Migration[5.2]
|
||||||
def up
|
def up
|
||||||
add_column :user_exports, :topic_id, :integer
|
add_column :user_exports, :topic_id, :integer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user