aboutsummaryrefslogtreecommitdiffstats
path: root/schema.sql
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-18 12:17:03 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-18 12:17:03 -0500
commitfa9cc49337b88f42d0c78e25be698dd90b2498fb (patch)
tree5f45cdd41773eb5d87ab487c2f25ca56a6321b5b /schema.sql
parent662f9c3b7027fe88445869eb7373dc0d70ebfe5e (diff)
downloadbbj-fa9cc49337b88f42d0c78e25be698dd90b2498fb.tar.gz
messages can now have toggleable formatting at the database level
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index 79a4f5f..7bd61f2 100644
--- a/schema.sql
+++ b/schema.sql
@@ -32,5 +32,6 @@ create table messages (
author text, -- string (uuid1, user.user_id)
created real, -- floating point unix timestamp (when reply was posted)
edited int, -- bool
- body text -- string
+ body text, -- string
+ send_raw int -- bool (1/true == never apply formatting)
);
Un proyecto texto-plano.xyz