Merge "Load previous tags in ChangeTags::addTags() from DB_MASTER"
[lhc/web/wiklou.git] / maintenance / oracle / archives / patch-user_password_expire.sql
1 define mw_prefix='{$wgDBprefix}';
2
3 ALTER TABLE &mw_prefix.mwuser ADD user_password_expires TIMESTAMP(6) WITH TIME ZONE;