removed constants from model layer

This commit is contained in:
bill bittner 2017-12-05 17:08:51 -08:00
parent fa15b87e5e
commit 1ba141c02e

View file

@ -1,6 +1,5 @@
const logger = require('winston');
const { returnShortId } = require('../helpers/sequelizeHelpers.js');
const NO_CLAIM = 'NO_CLAIM';
module.exports = (sequelize, { STRING, BOOLEAN, INTEGER, TEXT, DECIMAL }) => {
const Claim = sequelize.define(