mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
fix the build
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddTopicIdToUserExports < ActiveRecord::Migration[5.2]
|
||||
def up
|
||||
add_column :user_exports, :topic_id, :integer
|
||||
|
Reference in New Issue
Block a user