3e716d3371bd9a68682248f8f3e4948f6c3eef23
[lhc/web/wiklou.git] / patch-user_password_expire.sql
1 -- For setting a password expiration date for users
2 ALTER TABLE /*$wgDBprefix*/user
3 ADD COLUMN user_password_expires varbinary(14) DEFAULT NULL;