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…
Reference in New Issue