File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
meteor/server/migration/upgrades Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,7 @@ export const DEFAULT_CORE_TRIGGERS: IBlueprintDefaultCoreSystemTriggers = {
281
281
] ,
282
282
parts : 1 ,
283
283
segments : 0 ,
284
+ ignoreQuickLoop : false ,
284
285
} ,
285
286
} ,
286
287
triggers : {
@@ -305,6 +306,7 @@ export const DEFAULT_CORE_TRIGGERS: IBlueprintDefaultCoreSystemTriggers = {
305
306
] ,
306
307
parts : 0 ,
307
308
segments : 1 ,
309
+ ignoreQuickLoop : false ,
308
310
} ,
309
311
} ,
310
312
triggers : {
@@ -329,6 +331,7 @@ export const DEFAULT_CORE_TRIGGERS: IBlueprintDefaultCoreSystemTriggers = {
329
331
] ,
330
332
parts : - 1 ,
331
333
segments : 0 ,
334
+ ignoreQuickLoop : false ,
332
335
} ,
333
336
} ,
334
337
triggers : {
@@ -353,6 +356,7 @@ export const DEFAULT_CORE_TRIGGERS: IBlueprintDefaultCoreSystemTriggers = {
353
356
] ,
354
357
parts : 0 ,
355
358
segments : - 1 ,
359
+ ignoreQuickLoop : false ,
356
360
} ,
357
361
} ,
358
362
triggers : {
You can’t perform that action at this time.
0 commit comments