Create app_center_id column in context_external_tools table
Fixes PLAT-1112 Test Plan: - make sure app_center_id column is added to ContextExternalTool Change-Id: Ib44babc03de43730ee3c3f58732e916894ece992 Reviewed-on: https://gerrit.instructure.com/56108 Reviewed-by: Rob Orton <rob@instructure.com> Tested-by: Jenkins QA-Review: August Thornton <august@instructure.com> Product-Review: Weston Dransfield <wdransfield@instructure.com>
This commit is contained in:
parent
b9db9b93af
commit
a8f024c6a3
|
@ -0,0 +1,6 @@
|
|||
class AddAppCenterIdToContextExternalTool < ActiveRecord::Migration
|
||||
tag :predeploy
|
||||
def change
|
||||
add_column :context_external_tools, :app_center_id, :string
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue