mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 10:15:37 +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]
|
||||
def up
|
||||
add_column :user_exports, :topic_id, :integer
|
||||
|
Loading…
x
Reference in New Issue
Block a user