summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-05-19 16:27:08 +0200
committerJules Laplace <jules@okfoc.us>2017-05-19 16:27:08 +0200
commit3e2628efaf8367c467c36fb7659be15c498d5bb3 (patch)
tree275ddc3ed99909be9494e10cbd83597df353716c
parent3b832b487793f31f2f198cf1d0aabe2539e52613 (diff)
db adjustments
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index aa8c643..faa7891 100644
--- a/index.js
+++ b/index.js
@@ -75,6 +75,7 @@ var app = okcms.createApp({
stream: {
id: {type: 'string', hidden: true},
title: {type: 'string'},
+ body: {type: 'text'},
streams: {type: 'link-list'},
disabled: {type: 'flag'},
},