aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/postgres/archives/patch-revision-cleanup.sql
blob: 483d4b1ecfaadee8547a7085c3f350eb907fc35c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: maintenance/abstractSchemaChanges/patch-revision-cleanup.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
ALTER TABLE revision
  ALTER rev_id TYPE BIGINT;
ALTER TABLE revision
  ALTER rev_comment_id
  DROP DEFAULT;
ALTER TABLE revision
  ALTER rev_actor
  DROP DEFAULT;
ALTER TABLE revision
  ALTER rev_parent_id TYPE BIGINT;