diff options
Diffstat (limited to 'maintenance/tables-generated.sql')
-rw-r--r-- | maintenance/tables-generated.sql | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/maintenance/tables-generated.sql b/maintenance/tables-generated.sql index bbc183f0e6ac..969f7191ceb9 100644 --- a/maintenance/tables-generated.sql +++ b/maintenance/tables-generated.sql @@ -432,22 +432,6 @@ CREATE TABLE /*_*/revision_comment_temp ( ) /*$wgDBTableOptions*/; -CREATE TABLE /*_*/revision_actor_temp ( - revactor_rev INT UNSIGNED NOT NULL, - revactor_actor BIGINT UNSIGNED NOT NULL, - revactor_timestamp BINARY(14) NOT NULL, - revactor_page INT UNSIGNED NOT NULL, - UNIQUE INDEX revactor_rev (revactor_rev), - INDEX actor_timestamp ( - revactor_actor, revactor_timestamp - ), - INDEX page_actor_timestamp ( - revactor_page, revactor_actor, revactor_timestamp - ), - PRIMARY KEY(revactor_rev, revactor_actor) -) /*$wgDBTableOptions*/; - - CREATE TABLE /*_*/page_props ( pp_page INT UNSIGNED NOT NULL, pp_propname VARBINARY(60) NOT NULL, |