Skip to content

Commit

Permalink
changes image.path to be a text field capable of holding a base64 str…
Browse files Browse the repository at this point in the history
…ing #49
  • Loading branch information
jamemackson committed Jul 15, 2015
1 parent acd8ec6 commit d6d44e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/models/Image.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var slug = require('slug');

module.exports = {
attributes: {
path : { type: 'string' },
path : { type: 'text' },
title : { type: 'string' },
description: { type: 'string' },
slug : { type: 'string' },
Expand Down

0 comments on commit d6d44e7

Please sign in to comment.