]> code.citadel.org Git - citadel.git/blobdiff - citadel/docs/databaselayout.md
Removed 'timescalled' and 'posted' from the user record.
[citadel.git] / citadel / docs / databaselayout.md
index 4dca3718a6b71082e4c0b5c9477ac1bd65c576f3..c3198833127c372efd5499e47bd420a514c89433 100644 (file)
@@ -26,8 +26,6 @@ this file look something like this:
         uid_t uid;                      // Associate with a unix account?
         char password[32];              // Account password (unless using external authentication)
         unsigned flags;                 // See US_ flags below
-        long timescalled;               // Total number of logins
-        long posted;                    // Number of messages posted (ever)
         CIT_UBYTE axlevel;              // Access level
         long usernum;                   // User number (never recycled)
         time_t lastcall;                // Last time the user called