fix the build

This commit is contained in:
Arpit Jalan 2019-05-28 16:47:01 +05:30
parent 028121b95b
commit 2e3b74c353
1 changed files with 2 additions and 0 deletions

View File

@ -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