Database Table: weekuserusage
From Dreamwidth Notes
Note: This table is removed and no longer used.
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 )