summaryrefslogtreecommitdiff
path: root/maintenance/oracle/archives/patch-ug_group-length-increase.sql
blob: 00a3d0c9a264b89e8eadc7045814e93dd819ccbe (plain)
1
2
3
define mw_prefix='{$wgDBprefix}';

ALTER TABLE &mw_prefix.user_groups MODIFY ug_group VARCHAR2(32) NOT NULL;