remove leftover file

This commit is contained in:
dominik martinez 2025-03-01 19:12:26 -08:00
parent 4850f6fec7
commit cfb760c3b2

View file

@ -1,9 +0,0 @@
(in-package :cl-matrix)
(defclass user ()
((id :col-type string :initarg :id :accessor id)
(password-hash :col-type string :initarg :password-hash :accessor password-hash))
(:metaclass postmodern:dao-class)
(:keys id))