fixbuild typo

This commit is contained in:
SJost 2019-03-15 07:38:36 +01:00
parent 7ca5b87409
commit 7e66b72618

View File

@ -7,7 +7,7 @@
-- Indendent upper-case lines usually impose Uniqueness constraints for rows by some columns.
-- Each table will also have an column storing a unique numeric row key, unless there is a row Primary columnname
--
User Json -- Each Uni2work user has a corresponding row in this table; created upon first login.
User json -- Each Uni2work user has a corresponding row in this table; created upon first login.
ident (CI Text) -- Case-insensitive user-identifier
authentication AuthenticationMode -- 'AuthLDAP' or ('AuthPWHash'+password-hash)
lastAuthentication UTCTime Maybe -- last login date