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,6 @@
import DB from "./../config/database";
const NAME = 'PowerDatum'
const NAME = 'PowerDatum';
/**
* Define your own types here
@@ -32,5 +32,5 @@ var PowerDatum = DB.sequelize.define(NAME, {
}
});
PowerDatum.name = NAME;
PowerDatum.NAME = NAME;
module.exports = PowerDatum;