remove leftover file
This commit is contained in:
parent
4850f6fec7
commit
cfb760c3b2
1 changed files with 0 additions and 9 deletions
|
@ -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))
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue