canvas-lms/db/migrate/20150507024232_populate_acc...

8 lines
144 B
Ruby

class PopulateAccountAuthSettings < ActiveRecord::Migration
tag :predeploy
def up
DataFixup::PopulateAccountAuthSettings.run
end
end