class AddLtiAccountGuid < ActiveRecord::Migration
tag :predeploy
def self.up
add_column :accounts, :lti_guid, :string
end
def self.down
remove_column :accounts, :lti_guid, :string