aboutsummaryrefslogtreecommitdiffstats
path: root/sql/postgres/patch-filearchive-fa_size_to_bigint.sql
blob: f95f22cae16ed1947682981c2b36c80544f13e5f (plain) (blame)
1
2
3
4
5
6
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: sql/abstractSchemaChanges/patch-filearchive-fa_size_to_bigint.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
ALTER TABLE filearchive
  ALTER fa_size TYPE BIGINT;