Added benchmark and hardware models; added routes and views for hardware
This commit is contained in:
@ -6,5 +6,7 @@ const sequelize = new Sequelize({
|
||||
});
|
||||
|
||||
const Project = require('./project')(sequelize);
|
||||
const Hardware = require('./hardware')(sequelize);
|
||||
const Benchmark = require('./benchmark')(sequelize);
|
||||
|
||||
module.exports = sequelize;
|
||||
|
Reference in New Issue
Block a user