Backend fixes

This commit is contained in:
Jori Lallo
2016-07-06 21:36:50 -07:00
parent b5012c43a9
commit 0de27e55d6
3 changed files with 20 additions and 15 deletions

View File

@ -8,10 +8,6 @@ module.exports = {
{
type: Sequelize.UUID,
allowNull: true,
references: {
model: "documents",
key: "id",
}
}
);
},