More steps towards integrating the bonfire challenge framework. Importing challnge seed, public tests, private tests, entry point and entry point negator
This commit is contained in:
@@ -18,7 +18,10 @@ var bonfireSchema = new mongoose.Schema({
|
||||
publicTests: Array,
|
||||
privateTests: Array,
|
||||
challengeSeed: String,
|
||||
bonfireNumber: Number
|
||||
bonfireNumber: Number,
|
||||
challengeEntryPoint: String,
|
||||
challengeEntryPointNegate: String
|
||||
|
||||
});
|
||||
|
||||
module.exports = mongoose.model('Bonfire', bonfireSchema);
|
||||
|
Reference in New Issue
Block a user