We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a23721 commit eaaaef0Copy full SHA for eaaaef0
src/models/projectEstimationItem.js
@@ -38,7 +38,7 @@ const permissionsConfigs = [
38
},
39
];
40
41
-module.exports = function defineProjectHistory(sequelize, DataTypes) {
+module.exports = function defineProjectEstimationItem(sequelize, DataTypes) {
42
const ProjectEstimationItem = sequelize.define(
43
'ProjectEstimationItem',
44
{
0 commit comments