From 1d8771deb5b526ef08253ab4206ef05d34d878a4 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 23 Feb 2009 17:18:46 +0100 Subject: Update sample database content. --- cljssss-g.clj | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/cljssss-g.clj b/cljssss-g.clj index 315cbc4..963c166 100644 --- a/cljssss-g.clj +++ b/cljssss-g.clj @@ -212,7 +212,17 @@ ;;;; Sample database content (comment (subscribe-to-feed "http://matthias.benkard.de/journal/feed/") - (subscribe-to-feed "http://uxul.wordpress.com/feed/")) + (subscribe-to-feed "http://uxul.wordpress.com/feed/") + (with-dbt + (sql/insert-values :user + [:id :name :password] + [0 "mulk" "klum"]) + (sql/insert-values :user_feed_link + [:user :feed :title] + [0 0 "Kompottkins Weisheiten"]) + (sql/insert-values :user_feed_link + [:user :feed :title] + [0 1 "Dijkstrabühl"]))) ;;;; Database schema (comment -- cgit v1.2.3