18 lines
492 B
Plaintext
18 lines
492 B
Plaintext
-- LMS Interface Tables, need regular processing by background jobs
|
|
--LmsUsers
|
|
-- user UserId
|
|
-- ident LmsIdent
|
|
-- -- pin LmsPin -- pin must not be stored, is only sent once and can be recreated?
|
|
-- deriving Generic
|
|
|
|
LmsUserlist
|
|
ident LmsIdent
|
|
failed Bool
|
|
UniqueLmsUserlist lmsident
|
|
deriving Generic
|
|
|
|
LmsResult
|
|
ident LmsIdent
|
|
success UTCTime
|
|
UniqueLmsResult lmsident
|
|
deriving Generic |