r24571 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24570‎ | r24571 | r24572 >
Date:00:43, 4 August 2007
Author:david
Status:old
Tags:
Comment:
new columns for history info
Modified paths:
  • /branches/liquidthreads/maintenance/lqt.sql (modified) (history)

Diff [purge]

Index: branches/liquidthreads/maintenance/lqt.sql
@@ -14,8 +14,10 @@
1515
1616 -- Special thread types such as schrodinger's thread:
1717 thread_type int(4) unsigned NOT NULL default 0,
18 - thread_log int unsigned NULL,
1918
 19+ thread_change_type int(4) unsigned NOT NULL default 0,
 20+ thread_change_object int(8) unsigned NULL,
 21+
2022 PRIMARY KEY thread_id (thread_id),
2123 UNIQUE INDEX thread_id (thread_id),
2224 INDEX thread_article (thread_article),
@@ -30,8 +32,8 @@
3133 hthread_id int(8) unsigned NOT NULL,
3234 hthread_revision int(8) unsigned NOT NULL,
3335 hthread_contents BLOB NOT NULL,
34 - hthread_affected_id int(8) unsigned NOT NULL,
35 - hthread_action int(1) unsigned NOT NULL,
 36+ hthread_change_type int(4) unsigned NOT NULL default 0,
 37+ hthread_change_object int(8) unsigned NULL,
3638 PRIMARY KEY hthread_id_revision (hthread_id, hthread_revision)
3739 ) TYPE=InnoDB;
3840

Status & tagging log