Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
.then(() => this.query(sql('users.sql')))
.then(() => this.query(sql('views.sql')))
.then(() => this.query(sql('boards.sql')))
.then(() => this.query(sql('users.sql')))
.then(() => this.query(sql('lists.sql')))
.then(() => this.query(sql('boards.sql')))
.then(() => this.query(sql('cards.sql')))
.then(() => this.query(sql('lists.sql')))
.then(() => this.query(sql('views.sql')))
.then(() => this.query(sql('colors.sql')));
.then(() => this.query(sql('comments.sql')))
.then(() => this.query(sql('cards.sql')))
.then(() => this.query(sql('lists.sql')))
.then(() => this.query(sql('boards.sql')))
.then(() => this.query(sql('boards.sql')))
.then(() => this.query(sql('users.sql')))
.then(() => db.none(sql('views.sql')));
});
.then(() => this.query(sql('colors.sql')));
});