add IDS_PER_SHARD stub

test plan
 - run migrations with just canvas-lms
 - migrations should not fail

Change-Id: I489fd5c89457771ae2d21a7d110274d3843b3062
Reviewed-on: https://gerrit.instructure.com/31264
Reviewed-by: Cody Cutrer <cody@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Rob Orton 2014-03-04 14:50:44 -07:00 committed by Cody Cutrer
parent 2dcdc3b167
commit 2312e86288
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
if CANVAS_RAILS2
class Shard
IDS_PER_SHARD = 10_000_000_000_000
def self.stubbed?
true
end