aboutsummaryrefslogtreecommitdiffstats
path: root/sql/postgres/patch-revision-cleanup.sql
blob: fe4da0696a4589c1383697e894223051ee65137d (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: sql/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;