You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: add logs on seed (#101)
* fix: add logs and sync save
* fix: documentation
* Update moment to version 2.26.0 (#106)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
* Update eslint-plugin-jest to version 23.13.1 (#104)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
* Update mongoose to version 5.9.15 (#105)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Márcio Vinícius Sena <contato@marciosena.com.br>
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
console.log(' %s All verses off %s were saved. \n - %s verses to go.',chalk.green('✓'),chalk.blue(`${verse.book.abbrev[lang]}`),chalk.yellow(numberWithCommas(verses.length)))
console.log(' - %s verses will be persisted.',chalk.yellow(numberWithCommas(verses.length)))
71
+
total=verses.length
72
+
saveAll()
47
73
}
48
74
}
49
75
76
+
console.log('%s All verses will be deleted and registered again. \n %s There are more than %s verses, this can take a few minutes.',chalk.green('✓'),chalk.blue('-'),chalk.yellow('30,000'))
77
+
50
78
Verse.deleteMany({},async()=>{
51
-
constversions=[
52
-
{data: nvi,name: 'nvi',lang: 'pt'}
53
-
]
54
-
loadVerses(versions[1])
79
+
console.log(' %s All verses have been erased.',chalk.green('✓'))
0 commit comments