Skip to content

Commit

Permalink
Use mediumtext instead of text
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Samami ッ authored Sep 22, 2016
1 parent a85adee commit 1f3395a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/models/src/snapshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* GNU General Public License for more details.te
*
* You should have received a copy of the Mozilla Public License
* along with this program. If not, see <https://www.mozilla.org/en-US/MPL/2.0/>.
Expand All @@ -29,10 +29,10 @@ module.exports = {
}

// the changeset
, changes: 'text'
, changes: 'mediumtext'

// the content resulting from the changes
, contents: 'text'
, contents: 'mediumtext'

// belongsTo a document
, document: {
Expand Down

0 comments on commit 1f3395a

Please sign in to comment.