Skip to content

Commit

Permalink
Fix broken package model creation
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Esser <[email protected]>
  • Loading branch information
steven-esser committed Aug 14, 2018
1 parent eafbfd1 commit 0bf1e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/app/js/models/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = function(sequelize, DataTypes) {
namespace: DataTypes.STRING,
name: DataTypes.STRING,
version: DataTypes.STRING,
qualifiers: DataTypes.STRING,
qualifiers: jsonDataType('qualifiers'),
subpath: DataTypes.STRING,
primary_language: DataTypes.STRING,
code_type: DataTypes.STRING,
Expand Down

0 comments on commit 0bf1e6b

Please sign in to comment.