summaryrefslogtreecommitdiff
path: root/lisp/sql/generics.lisp
diff options
context:
space:
mode:
authorckonstanski <carlos.konstanski@olo.com>2024-12-22 18:32:18 -0700
committerckonstanski <carlos.konstanski@olo.com>2024-12-22 18:32:18 -0700
commitcf684daa1eacac996223f6c407074abd019ede4a (patch)
treef79ffd0809f243ca8dbdff51d943181bca2e7de0 /lisp/sql/generics.lisp
parent947d1d69e344fefd604bfab000522b903bbb7b21 (diff)
rename to bogenherrc
Diffstat (limited to 'lisp/sql/generics.lisp')
-rw-r--r--lisp/sql/generics.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/sql/generics.lisp b/lisp/sql/generics.lisp
index e45327c..48c50c7 100644
--- a/lisp/sql/generics.lisp
+++ b/lisp/sql/generics.lisp
@@ -1,10 +1,10 @@
;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*-
(declaim (optimize (speed 0) (safety 3) (debug 3)))
-(in-package :woodriverlessons)
+(in-package :bogenherr)
-(defmacro with-woodriverlessons-database (&body body)
- `(with-database (getf (databases *webapp*) :db-woodriverlessons) ,@body))
+(defmacro with-bogenherr-database (&body body)
+ `(with-database (getf (databases *webapp*) :db-bogenherr) ,@body))
(defgeneric insert-user (auth-pkg user)
(:documentation "Inserts a new user into the database."))