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