From c29b58cde1e2ff51594e15886b58ca04d17d8b6e Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 8 Oct 2009 15:50:37 +0200 Subject: Update database schema for support of different kinds of journal entries. Ignore-this: d815788d40b9d931cd96e2c8148f9887 darcs-hash:c74eb42a2a923cfe0ea80d34823dc37ad6d648c3 --- journal-content.lisp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'journal-content.lisp') diff --git a/journal-content.lisp b/journal-content.lisp index 7a92c62..3d286b3 100644 --- a/journal-content.lisp +++ b/journal-content.lisp @@ -52,6 +52,11 @@ :accessor body-of :initarg :body :initform "") + (type :type string + :db-constraints :not-null + :accessor entry-type-of + :initarg :type + :initform "markdown") (categories :db-kind :join :db-constraints :not-null :accessor categories-of -- cgit v1.2.3