Database Table: weekuserusage

From Dreamwidth Notes
Revision as of 16:31, 22 July 2010 by Exor674 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: This table is removed and no longer used. This table was removed in dw-free changeset d5452249fa54 [1]
This is a global table. Removed in bug 138

Definition

CREATE TABLE weekuserusage
(
   wknum  SMALLINT UNSIGNED NOT NULL,
   userid INT UNSIGNED NOT NULL,
   PRIMARY KEY (wknum, userid),
   ubefore  SMALLINT UNSIGNED NOT NULL,
   uafter   SMALLINT UNSIGNED NOT NULL
)