Fixed migration errors when tested against a copy of the live dataset

This commit is contained in:
Stefan Zermatten
2021-09-27 13:42:37 +02:00
parent 5e83a88132
commit fe83b5cbc5
10 changed files with 87 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
import SimpleSchema from 'simpl-schema';
if (Meteor.isDevelopment){
SimpleSchema.debug = true
//SimpleSchema.debug = true
}