User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 20:06, 21 March 2009 (diff | hist) . . (+439) . . N Database Table: debug notifymethod (Created page with 'debug_notifymethod =Definition= <source lang="sql"> CREATE TABLE debug_notifymethod ( userid int unsigned not null, subid int unsi...')
- 20:06, 21 March 2009 (diff | hist) . . (+327) . . N Database Table: dbweights (Created page with 'dbweights =Definition= <source lang="sql"> CREATE TABLE dbweights ( dbid TINYINT UNSIGNED NOT NULL, role VARCHAR(25) NOT NULL, PRIMARY KE...')
- 20:04, 21 March 2009 (diff | hist) . . (+340) . . N Database Table: dbinfo (Created page with 'dbinfo =Definition= <source lang="sql"> CREATE TABLE dbinfo ( dbid TINYINT UNSIGNED NOT NULL, name VARCHAR(25), fdsn VARCHAR(255), ...')
- 07:09, 21 March 2009 (diff | hist) . . (+411) . . N Database Table: cprodlist (Created page with 'This table supports the prodding feature not currently supported in Dreamwidth. cprodlist =Definition= <source lang="sql"> CREATE TABLE cprodlist ( ...')
- 07:05, 21 March 2009 (diff | hist) . . (+619) . . N Database Table: cprod (Created page with 'This table supports the prodding feature not currently supported in Dreamwidth. cprod =Definition= <source lang="sql"> CREATE TABLE cprod ( userid...')
- 07:02, 21 March 2009 (diff | hist) . . (+335) . . Database Table: counter
- 06:53, 21 March 2009 (diff | hist) . . (-2) . . Database Table: content flag
- 06:53, 21 March 2009 (diff | hist) . . (+702) . . N Database Table: content flag (Created page with 'This table supports the content-flagging feature that is not currently enabled in DreamWidth. content_flag =Definition= <source lang="sql"> CREATE T...')
- 06:46, 21 March 2009 (diff | hist) . . (+494) . . N Database Table: comminterests (Created page with 'This table links community-type users to interests. comminterests =Definition= <source lang="sql"> CREATE TABLE comminterests ( userid int(10) uns...')
- 06:40, 21 March 2009 (diff | hist) . . (+485) . . N Database Table: commenturls (Created page with 'commenturls =Definition= <source lang="sql"> CREATE TABLE commenturls ( posterid int unsigned NOT NULL, journalid int unsigned NOT NULL, jta...')
- 06:32, 21 March 2009 (diff | hist) . . (+290) . . N Database Table: comm promo list (Created page with 'comm_promo_list =Definition= <source lang="sql"> CREATE TABLE comm_promo_list ( journalid INT UNSIGNED NOT NULL, r_start INT UNSIGNED NOT NULL,...')
- 06:30, 21 March 2009 (diff | hist) . . (+171) . . Database Table: codes
- 05:45, 21 March 2009 (diff | hist) . . (+346) . . N Database Table: codes (Created page with 'codes =Definition= <source lang="sql"> CREATE TABLE codes ( type varchar(10) NOT NULL default '', code varchar(7) NOT NULL default '', item var...')
- 05:42, 21 March 2009 (diff | hist) . . (+414) . . N Database Table: cmdbuffer (Created page with 'cmdbuffer =Definition= <source lang="sql"> CREATE TABLE cmdbuffer ( cbid INT UNSIGNED NOT NULL AUTO_INCREMENT, journalid INT UNSIGNED NOT NULL, ...')
- 05:41, 21 March 2009 (diff | hist) . . (+460) . . N Database Table: clustertrack2 (Created page with 'This table on each clustered database tracks users on that cluster. clustertrack2 =Definition= <source lang="sql"> CREATE TABLE clustertrack2 ( ...')
- 05:36, 21 March 2009 (diff | hist) . . (+748) . . N Database Table: clustermove inprogress (Created page with 'This table is used by the ljbackup and ljumover daemons to track the transitions of users between clusters. [[Category: Database Table|clustermov...')
- 05:30, 21 March 2009 (diff | hist) . . (+574) . . N Database Table: clustermove (Created page with 'This table tracks history when users are moved between clusters. clustermove =Definition= <source lang="sql"> CREATE TABLE clustermove ( cmid ...')
- 05:19, 21 March 2009 (diff | hist) . . (+1) . . Database Table: clientusage (→Relationships)
- 05:18, 21 March 2009 (diff | hist) . . (+559) . . N Database Table: clientusage (Created page with 'This table is populated at login. clientusage =Definition= <source lang="sql"> CREATE TABLE clientusage ( userid int(10) unsigned NOT NULL default...')
- 05:15, 21 March 2009 (diff | hist) . . (+393) . . N Database Table: clients (Created page with 'This table is populated at startup with all distinct values of logins.client. clients =Definition= <source lang="sql"> CR...')
- 05:12, 21 March 2009 (diff | hist) . . (+278) . . N Database Table: challenges (Created page with 'challenges =Definition= <source lang="sql"> CREATE TABLE challenges ( ctime int(10) unsigned NOT NULL DEFAULT 0, challenge char(80) NOT NULL ...')
- 05:12, 21 March 2009 (diff | hist) . . (0) . . Database Table: captchas (→Relationships)
- 05:09, 21 March 2009 (diff | hist) . . (+59) . . Database Table: captchas (→Relationships)
- 05:08, 21 March 2009 (diff | hist) . . (+2) . . Database Table: captcha session (→Relationships)
- 05:07, 21 March 2009 (diff | hist) . . (+67) . . Database Table: captcha session
- 05:06, 21 March 2009 (diff | hist) . . (+485) . . N Database Table: captchas (Created page with 'captchas =Definition= <source lang="sql"> CREATE TABLE captchas ( capid INT UNSIGNED NOT NULL auto_increment, type enum('image',...')
- 05:05, 21 March 2009 (diff | hist) . . (+392) . . N Database Table: captcha session (Created page with 'captcha_session =Definition= <source lang="sql"> CREATE TABLE captcha_session ( sess char(20) NOT NULL default '', sesstime int(10) unsigned ...')
- 05:04, 21 March 2009 (diff | hist) . . (+286) . . N Database Table: blockwatch events (Created page with 'blockwatch_events =Definition= <source lang="sql"> CREATE TABLE blockwatch_events ( id int unsigned NOT NULL auto_increment, name varchar(255) NO...')
- 05:03, 21 March 2009 (diff | hist) . . (+256) . . N Database Table: blobcache (Created page with 'blobcache =Definition= <source lang="sql"> CREATE TABLE blobcache ( bckey VARCHAR(40) NOT NULL, PRIMARY KEY (bckey), dateupdate DATETIME, va...')
- 04:55, 21 March 2009 (diff | hist) . . (+337) . . N Database Table: backupdirty (Created page with 'backupdirty =Definition= <source lang="sql"> CREATE TABLE backupdirty ( userid INT(10) unsigned NOT NULL default '0', marktime INT(10) unsign...')
- 04:50, 21 March 2009 (diff | hist) . . (+438) . . N Database Table: authactions (Created page with 'authactions =Definition= <source lang="sql"> CREATE TABLE authactions ( aaid int(10) unsigned NOT NULL auto_increment, userid int(10) unsigned NO...')
- 04:42, 21 March 2009 (diff | hist) . . (+474) . . N Database Table: active user summary (Created page with 'active_user_summary =Definition= <source lang="sql"> CREATE TABLE active_user_summary ( year SMALLINT NOT NULL, month TINYINT NOT NU...')
- 04:41, 21 March 2009 (diff | hist) . . (+279) . . N Database Table: active user (Created page with 'active_user =Definition= <source lang="sql"> CREATE TABLE active_user ( userid INT UNSIGNED NOT NULL, type CHAR(1) NOT NULL, time INT UN...')
- 04:41, 21 March 2009 (diff | hist) . . (+329) . . N Database Table: actionhistory (Created page with 'actionhistory =Definition= <source lang="sql"> CREATE TABLE actionhistory ( time INT UNSIGNED NOT NULL, clusterid TINYINT UNSIGNED NOT N...')
- 04:40, 21 March 2009 (diff | hist) . . (+344) . . N Database Table: acctcode (Created page with 'acctcode =Definition= <source lang="sql"> CREATE TABLE acctcode ( acid INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, userid INT UNSIGNED ...')
- 02:04, 21 March 2009 (diff | hist) . . (+154) . . Database Table: community
- 02:00, 21 March 2009 (diff | hist) . . (+515) . . N Database Table: community (Created page with ' community =Definition= <source lang="sql"> CREATE TABLE community ( userid int(10) unsigned NOT NULL default '0', ownerid int(10) unsigned NOT N...')
- 00:45, 21 March 2009 (diff | hist) . . (+139) . . m Database Table: reluser2
- 00:41, 21 March 2009 (diff | hist) . . (+87) . . m Database Table: user
- 00:38, 21 March 2009 (diff | hist) . . (+100) . . Database Table: reluser
- 14:08, 20 March 2009 (diff | hist) . . (-25) . . Database Table: reluser2
- 14:07, 20 March 2009 (diff | hist) . . (-2) . . Database Table: reluser2
- 14:06, 20 March 2009 (diff | hist) . . (+116) . . Database Table: reluser
- 14:02, 20 March 2009 (diff | hist) . . (+734) . . N Database Table: reluser2 (Created page with 'Stores information about community memberships. This is in the clustered database; reluser stores related information in the global database. [[Cate...')
- 13:39, 20 March 2009 (diff | hist) . . (+723) . . Database Table: reluser
- 13:22, 20 March 2009 (diff | hist) . . (-93) . . Database Table: user
- 04:58, 20 March 2009 (diff | hist) . . (+59) . . Database Table: user (→Relationships)
- 04:36, 20 March 2009 (diff | hist) . . (-1) . . Database Table: user (→Definition)
- 04:24, 20 March 2009 (diff | hist) . . (+1,752) . . N Database Table: user (Created page with 'This table stores most of the permanent, user-specific data determined during account setup. Note that the ''name'' field is the setting from the 'basic info' screen, not the nam...')
- 02:41, 20 March 2009 (diff | hist) . . (+552) . . N Database Table: userproplite2 (Created page with 'This table is used to store multihomed userprops on the clustered database. It represents the same dataset as userprop, but blank values are saved as empty strings in userproplit...')
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)