wiki.techinc.nl/includes/db
Ammarpad 88bfadf5ed Migrate user table to abstract schema
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
2021-04-24 21:44:26 +01:00
..
CloneDatabase.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
MWLBFactory.php Migrate user table to abstract schema 2021-04-24 21:44:26 +01:00
PatchFileLocation.php