clean up development config

This commit is contained in:
Eric Hulburd
2016-02-09 11:16:49 -06:00
parent 109ad432bb
commit a334afbc01
20 changed files with 170 additions and 111 deletions

View File

@@ -1,6 +1,5 @@
import moment from 'moment-timezone';
import DB from "./../config/database";
import {nodeInterface} from './../config/graphql/node';
const NAME = 'House';
@@ -76,5 +75,5 @@ var House = DB.sequelize.define(NAME, {
}
});
House.name = NAME;
House.NAME = NAME;
module.exports = House;