~bendersteed/wikisophy

cc95f84f595f0996442caecf7b4369a3d3770ef0 — Dimakakos Dimos 3 years ago f2c7d2a
Fix: connect to database when starting application
1 files changed, 2 insertions(+), 0 deletions(-)

M database.lisp
M database.lisp => database.lisp +2 -0
@@ 65,3 65,5 @@
	(cons (caar (clsql:select [title] :from [adj_list] :where [= [title] title]))
	 (get-path (get-title-by-id parent)))
	`(,(caar (clsql:select [title] :from [adj_list] :where [= [title] title]))))))

(connect)