removed constants from model layer
This commit is contained in:
parent
fa15b87e5e
commit
1ba141c02e
1 changed files with 0 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue