Postgres: - Rename the table from `mwuser` to `user` - Transition user_id from int to serial - Make user_token not nullable and add default - Make user_real_name not nullable and add default - Make user_email not nullable - Make user_newpassword not nullable - Make user_password not nullable - Drop UNIQUE contraint on user_name and add default MySQL/SQLite: * No changes Bug: T164898 Bug: T230428 Change-Id: I746714f7b3ae16f9625f97bcca84280fcd8b61a0 |
||
|---|---|---|
| .. | ||
| CloneDatabase.php | ||
| MWLBFactory.php | ||
| PatchFileLocation.php | ||