change migration to be postdeploy

refs g/42395

test plan
 - migrations should run

Change-Id: Icb302d1b26c4cabed1bbb3dd25dad31b7d381936
Reviewed-on: https://gerrit.instructure.com/44106
Reviewed-by: Cody Cutrer <cody@instructure.com>
Tested-by: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Rob Orton 2014-11-07 14:03:26 -07:00 committed by Cody Cutrer
parent b80713758a
commit 6c975aa87b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
class DropIgnoreTermDateRestrictions < ActiveRecord::Migration
tag :predeploy
tag :postdeploy
def up
remove_column :enrollment_terms, :ignore_term_date_restrictions