mirror of https://github.com/GOSTSec/gostexplr
xcps
7 years ago
3 changed files with 14 additions and 33 deletions
@ -1,14 +0,0 @@ |
|||||||
#!/usr/bin/env node
|
|
||||||
var models = require('../models'); |
|
||||||
|
|
||||||
models.sequelize.sync({force: true}) |
|
||||||
.then(() => { |
|
||||||
console.log('REINIT SUCCESS') |
|
||||||
process.exit(0); |
|
||||||
}) |
|
||||||
.catch((err) => { |
|
||||||
console.log(err); |
|
||||||
process.exit(0); |
|
||||||
}); |
|
||||||
|
|
||||||
|
|
Loading…
Reference in new issue