Index: trunk/phase3/maintenance/postgres/compare_schemas.pl |
— | — | @@ -156,6 +156,7 @@ |
157 | 157 | trackbacks |
158 | 158 | transcache |
159 | 159 | user_newtalk |
| 160 | +updatelog |
160 | 161 | '; |
161 | 162 | |
162 | 163 | ## Make sure all tables in main tables.sql are accounted for int the parsertest. |
— | — | @@ -372,19 +373,6 @@ |
373 | 374 | tl_namespace int SMALLINT |
374 | 375 | wl_namespace int SMALLINT |
375 | 376 | |
376 | | -## "Bools" |
377 | | -ar_minor_edit tinyint CHAR |
378 | | -iw_trans tinyint CHAR |
379 | | -page_is_new tinyint CHAR |
380 | | -page_is_redirect tinyint CHAR |
381 | | -rc_bot tinyint CHAR |
382 | | -rc_deleted tinyint CHAR |
383 | | -rc_minor tinyint CHAR |
384 | | -rc_new tinyint CHAR |
385 | | -rc_patrolled tinyint CHAR |
386 | | -rev_deleted tinyint CHAR |
387 | | -rev_minor_edit tinyint CHAR |
388 | | - |
389 | 377 | ## Easy enough to change if a wiki ever does grow this big: |
390 | 378 | ss_good_articles bigint INTEGER |
391 | 379 | ss_total_edits bigint INTEGER |